Forum Discussion

nlakshmi's avatar
nlakshmi
Frequent Visitor
3 years ago
Solved

PBI Matrix

  Hi,   I have a database table with the below fields: ID Field Delay Reason 1 Delay Reason 2 Delay Reason 3   Delay Reason 1, 2 and 3 fields are like flag fields - i.e. for ever...
  • ppm1's avatar
    3 years ago

    In the query editor, select your ID Field column, right click and choose "unpivot other columns". You can then delete the columns with the previous column name values (Attribute), and rename the other one (Value) to "Delay Reason". If needed, filter out any null/blank values and you can then make your visual.

     

    Pat