Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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.
User | Count |
---|---|
81 | |
75 | |
74 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |