Last seen: Jun 8, 2026
Hi Tom, You can certainly to this with Power Query. See the queries in the example file attached with the 'Append1' query showing the final result....
Hi Richard, This post has some tips on improving query performance. Hope that helps. Mynda
Hi Mitryaeva, I would have your SQL database administrator create a "view" of the tables you want to bring into Power Query, rather than having Pow...
I can't replicate this issue. When I enter that formula it returns 61,77164
Hi Barry, Welcome to our forum! I'm glad you found my tutorial helpful. I'm not familiar with Microsoft's pricing models, but I did a Google search...
Hi Tracey, I can't see anything wrong with what you've done. If you add the Budget Balance measure to your PivotTable in column A of the BudgetByEx...
Great to hear, Keith. The more you become familiar with Power Query, the more it will all make sense
Hi Terri, This is because you have an older version of Excel than me and that version doesn't have those options. You will have to first load the d...
Hi Keith, Please see lessons 7.03 and 7.04 of the Power Query course on dynamic file and folder paths. You can modify these techniques for your nee...
Hi Grete, Thanks for sharing the file and the analysis you want to do. Some of the measures are self explanatory and relatively straight forward, b...
Hi Gill, Welcome to our forum! Try this where your data is in row 2: =IF(V2="",0,(K2-V2)/365) Or =IFERROR((K2-V2)/365,0) Mynda
Hi Bax, The owner of the Power BI report online should make the dataset available to you via the build permissions in the Power BI service and then...
Hi Antonia, Riny is correct. This is a version issue. You can try updating your version of Excel to see if the feature is available. If that doesn'...
Hi Josh, Welcome to our forum! I'd say the List.PositionOf steps are the bottleneck. You could try wrapping those steps in List.Buffer. This post t...
Hi Eileen, If you're using Power Pivot then you could write a DAX measure for the 3 day average. If you're using regular PivotTables then you'd nee...