Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.