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/
MehdiJafari
5 years agoRegular Visitor
Having the same question. have you found a solution yet?