Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I'm trying to create a table that gives me the MoM percentage change after each month. I'm close but getting strange results on in my table.
I've created a measure for the current months value, previous month's value, the difference. See results below. (note - these values are already percentages before going into this table)
For example, shouldn't 2022 May be showing -19.21% under DIFF, not -0.33%?
Solved! Go to Solution.
Hi,
You should create a Calendar Table with calculated column formulas fror Year, Month name and Month number. Sort the Month name by the Month number. Create a relationship from the __- date to the Date column of the Calendar Table. To your visuals, drag Year and Month name from the Calendar Table. Write these measures
Last MTD Efficiency = CALCULATE( [Waste Diverted Percentage - spoil],previousmonth(Calendar[Date]))diff = [Waste diverted percentage - spoil] - [Last MTD Efficiency]
Hope this helps.
Hi,
You should create a Calendar Table with calculated column formulas fror Year, Month name and Month number. Sort the Month name by the Month number. Create a relationship from the __- date to the Date column of the Calendar Table. To your visuals, drag Year and Month name from the Calendar Table. Write these measures
Last MTD Efficiency = CALCULATE( [Waste Diverted Percentage - spoil],previousmonth(Calendar[Date]))diff = [Waste diverted percentage - spoil] - [Last MTD Efficiency]
Hope this helps.
Hi
@Anonymous are you able to share the measure for "Waste Diverted Percentage - Spoil"
BR
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 52 | |
| 41 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 103 | |
| 40 | |
| 33 | |
| 25 |