Antriksh SharmaJun 12, 20232 min readConvert Hour Minute Seconds text to Minutes in Power QueryIn this post let's take a look at how to convert a text string such as 2h15m8s to 135.13 minutes This is the table that we are working...
Antriksh SharmaFeb 16, 20231 min read445, 454, or 544 Week table in Power BI and ExcelI was looking for a good week based date table on Internet and found only 1-2 but I didn't find columns that I needed, so my search ended...
Antriksh SharmaOct 6, 20212 min readCreate a Date table in Power Query with M codeHaving a complete date table in your SSAS model is extremely important, a complete Date table helps in ensuring that the time...
Antriksh SharmaSep 3, 20211 min readHow To Load Data In Power BI With Stored Procedure and ParametersIn this blog let's see how we can combine Stored Procedure and Parameters to load data into PBI. First we need to create a very basic...
Antriksh SharmaJul 1, 20212 min readDynamically Remove Null Columns in Power Query with M codeI was recently working with a dataset and found that there were a lot of columns that were completely null, now going 1 by 1 through each...
Antriksh SharmaJun 17, 20211 min readDynamically change column names in Power Query using predefined valuesIn Power Query if you want to change names of columns you can easily do so by going through each column one by one and then renaming...
Antriksh SharmaMay 3, 20211 min readClean a string using M in Power QueryIn this blog I am going to show you how you can remove unwanted characters all at once from an improper text string like the following...