The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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]))
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |