Forum Discussion

Ashwini81's avatar
Ashwini81
Regular Visitor
4 years ago
Solved

Data for Page Level Filter from multiple columns

I have a table which gives information like OS and RAM Size about computers and also Tags associated with that computer. ComputeName OS RAM Tags Comp1 Windows 16GB Team1, Team2 Comp2...
  • v-chenwuz-msft's avatar
    v-chenwuz-msft
    3 years ago

    Hi Ashwini81 ,

     

    I recommand you to use "unpivot columns" to do that.

     

    Add one step to the power query

    = Table.UnpivotOtherColumns(#"Changed Type2", {"ComputeName", "OS", "RAM", "Tags"}, "Attribute", "Value")

     

    Pbix in the end you can refer.

    Best Regards

    Community Support Team _ chenwu zhu

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.