Parth Ladthenavigatedata.com·May 27, 2023Mastering Custom Columns in Power QueryHi there, welcome to my blog on Mastering Custom Columns in Power Query. In this post, I will show you how to unleash the power of data transformation by creating custom columns that can perform complex calculations, manipulate text, or extract infor...Power QueryPowerBI
Ian Santillanievsantillan.hashnode.dev·Aug 22, 2020Deep dive into the Power BI Data Privacy settings with Chris WebbPrivacy Levels Privacy Levels is set to Combine data according to your Privacy Level settings for each source by default, which means that Privacy Levels are enforced. Combine data according to your Privacy Level settings for each source (on, and th...Power Query
Ian Santillanievsantillan.hashnode.dev·Jun 22, 2020Get members of a security group in Power BI using Power QueryYou may already know that there is an existing connector to your on-premise Active Directory Get Data > Active Directory But what if you only need to get a list of users from a specific security group? Simply use the Power Query script below and cha...Power BI
Ian Santillanievsantillan.hashnode.dev·May 7, 2020Add a Custom Column with Today’s Date using Power Query MDate.From(DateTime.LocalNow())Power Query