Forum Discussion
How can i hide Column ?
- 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
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
Hey mdaamirkhan
Sorry I'm not clear about your request, do you want to complete hide this column or on some condition.
- mdaamirkhan8 years agoPost Prodigy
I mean both way
- parry2k8 years agoSuper User
no idea what you mean by both way. i think you have to provide more details with expected result. just saying hide the column is not enough to provide help. sorry about that.
- mdaamirkhan8 years agoPost Prodigy
in ther previous messages you hide a culomn rite. So I want to hide a column "CTY" from Matrix/Table as there are 3 column.
Is there any way to hide and unhide a column conditionally.
- DataBank4 years agoHelper III
How to Hide Column Conditionally in power bi Matrix
Hellow everyone, i heed ur help how to conditionally hide the column in power bi matrix,
1>> in top visaul whenever im place arr then u can see the red highlited arr going to repeat across the month
2>> but i dont want to repeat the column and its value as i have solve this issue by using Tabular Editor and but i want to resolve this issue with using Tabular Eiditor