Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi team,
i have a doubt about how its calculated the total of a quick measure of a month to month change.
i have a table that have a sales as a column value and months (January to Dicember) of 2019 as a each rows, an i created a quick measure that calculeted the changes of a month vs previos month. if we see the last row in the table, it is a total that have in the first cell a sum of each sales month, and the other have a percent.
My question is about this percent, because its not the average of the previous changes of the months, and its not a sum of the previous of changes of the months, so whats mean this percent?
thanks for yours answers.
Solved! Go to Solution.
Please try this pattern to get a more meaningful number in your "Total".
NewMeasure = AVERAGEX(VALUES('Date'[Month]), [yourcurrentMOMmeasure])
This will show the correct value in both your month rows and give you an average in the "Total".
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Please try this pattern to get a more meaningful number in your "Total".
NewMeasure = AVERAGEX(VALUES('Date'[Month]), [yourcurrentMOMmeasure])
This will show the correct value in both your month rows and give you an average in the "Total".
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@Anonymous - This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
97 | |
69 | |
45 | |
39 | |
33 |
User | Count |
---|---|
158 | |
102 | |
60 | |
43 | |
40 |