This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi all,
I search this topic in web but i couldn't get enough information about that.
I have a matrix table with 6 measures. it changes by category.
My matrix table looks like that
Category M1 M2 M3 M4 M5 M6
3001 12 5 3 9
3002 19 7 2 6
3007 5 9 1 5
The M5 and M6 columns change by value, Sometimes they don't have value, sometimes have value. I want to hide theese columns when they don't have value. I want to hide them completely. Their headers shouldn't be view.
Is it possible or not ?
Thanks
Solved! Go to Solution.
@Anonymous,
Add a seperate table that contains column names in one column, then drag the column to Columns, measure below to Values.
Measure = SWITCH ( SELECTEDVALUE ( Table2[Column1] ), "M1", [M1], "M2", [M2] )
@Anonymous,
Add a seperate table that contains column names in one column, then drag the column to Columns, measure below to Values.
Measure = SWITCH ( SELECTEDVALUE ( Table2[Column1] ), "M1", [M1], "M2", [M2] )
@Anonymous Please make sure that you have unchecked the "Show Items with no data" option (under columns)
Proud to be a PBI Community Champion
@PattemManohar there aren't a selection like "Show Items with no data" on my case. By the way in rows option there is a seleciton like that but in values, not.
@Anonymous You need to do that option setting for "Column" fields not for Values fields. Refer below:
Proud to be a PBI Community Champion
Values which i use in values entry section, are calculation. I can't use them on columns. Is there another solution for this ?
Proud to be a PBI Community Champion
I can't send the data screenshot, what do you want to know about data, i can tell you
Values are measure.
Category and Category2 are Column.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 22 |