Forum Discussion
Stanzarectah
4 years agoRegular Visitor
Hide a measure in table visual using SelectedValue
Hi, I am using the following measure - 'Metrics' to display in my table visual: Metrics = var Selection = SELECTEDVALUE('MeasureTable_Metrics'[Category]) RETURN SWITCH( TRUE(), Selecti...
rajulshah
Resident Rockstar
4 years agoHello Stanzarectah ,
You can change the color of rows to any one color, let's say, white.
Then change the font color of both the values and the title to white.
Maybe this can be nearer to hiding the column as there is no feature present in Power BI now.
- Stanzarectah4 years agoRegular Visitor
Yes, I have tried that a as a work around but was wondering if there is another way.