Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Create table from multiple true/false columns using DAX

I have a table with 12 columns of true/false data. I need to be able to present the number of true values per column. Though I was able to get this done my process is not repeatable nor is it elegant...
  • ryan_mayu's avatar
    5 years ago

    Anonymous 

    you can try to unpivot all colums.

    Then group by attribute and value columns