Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I have two groups that contain differently grouped names for accesories: Group1 and Group2. I also have a Matrix were this group is used as rows. What I want to have is when the filter for month is < August 2021, I want to use Group1 as rows, and when the month filter is >= August 2021, I want to use Group2 as rows. Below simple visual presentation.
When it is filtered on < August 2021
When it's filtered > August 2021
Basically what happend in August is that the components of the groups changed and I still need to keep the visual representation for before August and after.
I tried doing SELECTEDVALUE and SWITCH, however I couldn't create a measure that allow for it.
Thank you
Solved! Go to Solution.
Measures/Filters cannot impact columns. They can only impact other measures.
What you could do is swap out visuals via bookmarks.
Measures/Filters cannot impact columns. They can only impact other measures.
What you could do is swap out visuals via bookmarks.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 20 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 46 | |
| 44 | |
| 31 |