Forum Discussion
Anonymous
7 years agoNot applicable
Hide columns in table
Hi all, I have a table with an X amount of columns, but not all information is relevant for everyone looking into the dashboard. I was wondering wheter it is possible to hide columns in a table a...
- 7 years ago
hi, Anonymous
There is no way to hide the column for now,
I suggest you could vote the ideas below which has been submitted in Power BI ideas forum and add your comments there to improve Power BI and make this feature coming sooner.
but as a workaround, you can hide the value in the columns with DAX, you can set measure value to blank based on selected options.
For example:
USERNAME Function
https://docs.microsoft.com/en-us/dax/username-function-dax
Measure = IF(USERNAME()=XXXX,BLANK(), CALCULATE(SUM(Table1[Value])))BeforeAfterBest Regards,
Lin
DSmith4
7 years agoHelper II
A work around I did for this is turn word wrap off and make the column very small in width