Forum Discussion
Hide columns in table
- 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
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
Best Regards,
Lin
- Anonymous7 years agoNot applicable
I voted up the idea.
The username function will not work in my case since I would like the users themselves to be able to hide columns. So I guess the only thing I can do than is waiting until something like that would be implemented.
Regards,Gijs