The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear all,
I'm new to Power BI and this community. While exploring how to calculate moving average of a simple dataset, I came across an unexpected result that I could not explain.
The data is simple: a sales table with an amount and date column. I subsequently created a calendar table and did a moving average calculation (found online, see green box below). However, when the "summarize" part of the code was brought out as a variable, the calculation gave an unexpected result (see red box below).
However, i'm not sure the second measure gave unexpected values.
Any pointers or link to the relevant topic of why this is so, will be greatly appreciated.
Thank you very much!
Rgds,
Jinxiang
The difference comes from the way CALCULATE and SUMMARIZE interact.
Here's an excellent article that describes the basic idea
https://www.sqlbi.com/articles/row-context-and-filter-context-in-dax/
User | Count |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |