Forum Discussion
Betissa
9 years agoHelper I
How can i hide Column ?
Hello ; I wish to hide the column of Client perdu of Budget N of this matrix. How I can I do it ?
- 9 years ago
You can do this my create a another column:
in my example, i want to hide revenue where currency is CAD, so I created another field using DAX expression, if hope you can use the same logic
My Display Revenue = if(Sales[Currency]="CAD",BLANK(), Sales[Revenue])
and now you can see the output, My Display Revenue is blank for currency "CAD" but it shows for other currencies
Haider121
9 years agoFrequent Visitor
yes, but if you pin the visual to a dashboard the column unhides itself!
mdaamirkhan
8 years agoPost Prodigy
Hi,
I Have 3 column but I want hide second column "CTY" in my pbix file shared https://drive.google.com/open?id=0BxreilNC4AvsVGFRUFhWNUNXQW8
How will I do that if you help me on my pbix file and share with me.
Thanks
Aamir