Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I have the following data:
Machine | Timestamp | State |
M1 | T1 | 0 |
M1 | T2 | 0 |
M1 | T3 | 0 |
M1 | T4 | 0 |
M2 | T1 | 1 |
M2 | T3 | 1 |
M3 | T1 | 0 |
M4 | T1 | 1 |
M4 | T2 | 0 |
M5 | T1 | 0 |
and would like to create bar chart like this. Can someone tell me if something like that is possible?
Thanks!
Solved! Go to Solution.
I don't think bar chart will let you, but you could use the bubble chart or a matrix with conditional formatting (with one in columns and one in rows and your numeric column in values).
I don't think bar chart will let you, but you could use the bubble chart or a matrix with conditional formatting (with one in columns and one in rows and your numeric column in values).