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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
How can I create a measure which can be populated for each row in [# Issues in Prev Month] based on [# Issues] of the previous label without using a calculated column? The label is actually a month, but is not in the default month format.
# Issues | # Issues in Prev Month | |
2018M12 | 5 | 0 |
2019M01 | 3 | 5 |
2019M02 | 4 | 3 |
2019M03 | 5 | 4 |
Solved! Go to Solution.
Hi @Anonymous
Please see the example below
Hi @Anonymous
Please see the example below
Hi @Mariusz ,
I have tried the PREVIOUSMONTH function but to not much success... The label does not seem to be recognised as a month.
The error says "A column specified in the call to function 'PREVIOUSMONTH' is not of type 'DATE'. This is not supported."
Hi @Anonymous
You can use the below patern
Add Column //
Hi @Anonymous
You can use MAX instead
Mariusz
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.