Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I am trying to make the visual you can see below (made in photoshop) or something similar to it.
It shows when a production line is running or are stopped, every hour at 5 minute intervals.
I could really use some input on how to structure the data and how to build the visual itself in Power BI.
I have been working with horizontal stacked bar chart and vertical stacked column chart. But has not made anything work yet.
Thanks in advance
Solved! Go to Solution.
@M-M-P , Matrix visual. Color-based on the value of status. An hour on row. Minute on column
max(status) in values
Create a color measure like this and use that in conditional formatting of both background and color
Switch (max(status),
"Running", "green",
"Stopped", "red",
"blue"
)
refer for steps : https://youtu.be/RqBb5eBf_I4
Hi, @M-M-P
Please check the below picture whether it is suitable for your case.
It can be created by using Matrix visualization with conditional formatting.
The sample pbix file's link is down below.
https://www.dropbox.com/s/kxawhvd9vzu901h/mmp.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
@M-M-P , Matrix visual. Color-based on the value of status. An hour on row. Minute on column
max(status) in values
Create a color measure like this and use that in conditional formatting of both background and color
Switch (max(status),
"Running", "green",
"Stopped", "red",
"blue"
)
refer for steps : https://youtu.be/RqBb5eBf_I4
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |