Forum Discussion
Anonymous
6 years agoNot applicable
Making Switch function return a column in a table and not a measure (PowerBI DAX)
What I'm trying to do is to change measures using slicers in Power BI Desktop. I have found some examples of people who have done that (for instance this ) . What they do is that they create a t...
- 6 years ago
Hi Anonymous ,
You could use DAX Studio to export all the columns and import the files into Power BI to combine them as one table. Then you could use the columns name in the Switch function.
select * from $SYSTEM.TMSCHEMA_COLUMNShttps://daxstudio.org/documentation/features/
amitchandak
6 years agoSuper User
Anonymous , I did not get it completely. If you looking for measure slicer refer
Anonymous
6 years agoNot applicable
This solution implies creating new measures. I should do it 400 times. Isn't it possible to do it without measures (using table and columns)?