Forum Discussion
Anonymous
9 years agoNot applicable
got dinamic graphs and tables
Hello, If I have below table "Alarms": ID Alarm1 Alarm2 ------------------------------------ A no yes B no ...
- 9 years ago
Anonymous
You can unpivot the columns o Alarm1 and Alarm2 in Query Editor, and then filter the column to leave yes only.
Then you do not need to create any measure and can get the desired result as below. For details, please refer to attached PBIX file.
Best Regards,
Herbert
v-haibl-msft
Microsoft Employee
9 years agoAnonymous
You can unpivot the columns o Alarm1 and Alarm2 in Query Editor, and then filter the column to leave yes only.
Then you do not need to create any measure and can get the desired result as below. For details, please refer to attached PBIX file.
Best Regards,
Herbert
- Anonymous9 years agoNot applicable
Awsome. It worked very well :D