In the matrix below I have data from Jan 2020-Jan 2021, where the Jan column has the data from both 2021 and 2021. Is there any way to have the matrix add another column for Jan 2021 instead of aggregating that in with the Jan 2020 data?
4 Answers
0
votes
I am new to Power BI and I was wondering recently myself about something similar. You can create a new column (text format) and combine month and year.
Date | Date Modified |
---|---|
dd-MM-yyyy | yyyy-MM |
or
Date | Date Modified |
---|---|
dd-MM-yyyy | yyyy-MM (MMMM) |
or
Date | Date Modified |
---|---|
dd-MM-yyyy | yyyy-MM (MMM) |
It is not the most elegant solution, it changes a bit what is displayed (not simply months in the headers), it has a few disadvantages but it works.
I would be curious myself whether a better solution exists.
0
votes
0
votes