Forum Discussion

anbeegod's avatar
anbeegod
Frequent Visitor
4 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    4 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