Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a matrix with a Year/Months Hierarchy on the columns.
Is there any possiblity to show the current year 2021 with current Year/Months hierarchy and any following years starting from 2022 only on the year level?
Best regards
Solved! Go to Solution.
@ITManuel , You need to create a new column like
if([Date] >date(year(today()),12,31) , "All", [Month] )
This will group all month into one group
Option 1: You can manually hide the month columns by dragging the right column boundary (you need to turn off word wrap in the formatting options) for each of the redundant months
Option 2: create a custom matrix layout:
Proud to be a Super User!
Paul on Linkedin.
Option 1: You can manually hide the month columns by dragging the right column boundary (you need to turn off word wrap in the formatting options) for each of the redundant months
Option 2: create a custom matrix layout:
Proud to be a Super User!
Paul on Linkedin.
@ITManuel , You need to create a new column like
if([Date] >date(year(today()),12,31) , "All", [Month] )
This will group all month into one group
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |