Forum Discussion
anbeegod
4 years agoFrequent Visitor
Create a chart that shows data based on selected column
Hi, I'm switching from Spotfire to Power BI and replicating my previous Spotfire work as training. One function I'm not quite sure how to do is to show data based on a selected column. Exampl...
- Anonymous4 years ago
Hi anbeegod ,
DAX cannot read the column name, so in Power BI you will need to convert the columns into rows by using unpivot feature. Then use Attribute as slicer and Value.1 as legend.
Best Regards,
Jay
Anonymous
4 years agoNot applicable
Hi anbeegod ,
DAX cannot read the column name, so in Power BI you will need to convert the columns into rows by using unpivot feature. Then use Attribute as slicer and Value.1 as legend.
Best Regards,
Jay