Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello guys,
I have multiple columns in my visualized table. But some columns are in a definet time completely blank, so I want to choose only the columns where I have data by a slicer.
So If I choose "GesN and GesP" the table should get smaller and show only the columns which I choosed. This should be possible for every column. So If I choose "CSB, BSB5 and GesN", the table show me only these.
This would be the optimal outcome:
Would this be possible by a DAX Function?
Thanks in advance!
EDIT: My columns in the table are measures, not from the data model.
Solved! Go to Solution.
@Clout , for this one, you have unpivoted the column or check if calculation groups can help
Dynamically change chart axis in Power BI
https://www.youtube.com/watch?v=6jeSIRpjv0M
https://datamonkeysite.com/2020/10/22/change-dimension-dynamically-using-parameter-in-powerbi/
@Clout , for this one, you have unpivoted the column or check if calculation groups can help
Dynamically change chart axis in Power BI
https://www.youtube.com/watch?v=6jeSIRpjv0M
https://datamonkeysite.com/2020/10/22/change-dimension-dynamically-using-parameter-in-powerbi/
Okay thank your for your answer @amitchandak ,
so this is only possible if I have these columns in my data model and its not possible with measures?
@Clout , Possible with column/ which can become measure with aggregation.
calculation group is a good option if it can work for your measure
https://www.sqlbi.com/blog/marco/2020/07/15/creating-calculation-groups-in-power-bi-desktop/
Allright thank you,
I did now my few calculations in Power Query and unpivoted them to slice them.