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,
I need to replace the Year-Month with a value like Month1, Month2 etc...
I need to put __Total next 11 months and __Total 12 months back togeter
I need the data in the following format:
Can someone help me understad how I make this change to the date column
I am using:
Solved! Go to Solution.
@TiaCamilian
I guess the numbers are getting summarized. Just select the visual and right click on the __MonthNo1 field and select Don't summarize
@TiaCamilian
I guess the numbers are getting summarized. Just select the visual and right click on the __MonthNo1 field and select Don't summarize
Yes it was counting. Now is working.
Thank you
Assuming that your field _Date11 is formatted as date, and that you are happy that Jan = 1 and Feb = 2
MonthNo = MONTH(LASTDATE(table[_Date11]))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |