Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi together,
I am new at Power BI. I am looking for an solution for following problem:
My sql tabel looks like this:
Alarm_1 l Alarm_2 l Alarm_3 l Alarm_4
1 l 0 l 1 l 1
I want to visualize the alarms with Synoptic Panel OKViz but this tool needs the data in this structure
Name Value
Alarm_1 1
Alarm_2 0
Alarm_3 1
Alarm_4 1
What can I do to fix the problem?
Solved! Go to Solution.
In Power Query, unpivot your columns.
In Power Query, unpivot your columns.