This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hola chicos,
Muy buenas a todos
Soy nuevo en POWER BI y quisiera pedir su ayuda, si es posible realizar este tipo de gráficas, así de sobrias y minimalistas en POWER BI? De ser así, ¿podrían ayudarme? y que ahí donde sale el día, a la lado de este también como la fehca en formato yy-mm.
Muchas gracias por su tiempo.
Solved! Go to Solution.
Hello @DIRKOPRO ,
1. Make sure your data is structured with at least three columns: one for the day of the week, one for the hour of the day, and one for the values (e.g., occupancy numbers in your case).
2. You may also need a date column in yy-mm format if you want to display the date next to the day.
3.In Power BI, create a Matrix Visual to organize your data.
If you want to show the day of the week along with the date in yy-mm format then you can try the below dax.
DayWithDate = FORMAT([DateColumn], "yyyy-MM") & " - " & [DayOfWeekColumn]
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes are much appreciated!
Thank You
Dharmendar S
Hi @DIRKOPRO ,
According to your statement, I think you can try to create a matrix visual as dharmendars007 mentioned before.
Then you can try conditional formatting to set the color.
For reference: Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @DIRKOPRO ,
1. Make sure your data is structured with at least three columns: one for the day of the week, one for the hour of the day, and one for the values (e.g., occupancy numbers in your case).
2. You may also need a date column in yy-mm format if you want to display the date next to the day.
3.In Power BI, create a Matrix Visual to organize your data.
If you want to show the day of the week along with the date in yy-mm format then you can try the below dax.
DayWithDate = FORMAT([DateColumn], "yyyy-MM") & " - " & [DayOfWeekColumn]
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes are much appreciated!
Thank You
Dharmendar S
Hello, thanks for your message, I think your comment was correct, however, I want to know how to make that type of graphics as shown in the attached images, which is shown in Power Bi
Hi @DIRKOPRO ,
According to your statement, I think you can try to create a matrix visual as dharmendars007 mentioned before.
Then you can try conditional formatting to set the color.
For reference: Apply conditional table formatting in Power BI - Power BI | Microsoft Learn
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 45 | |
| 42 | |
| 41 | |
| 21 | |
| 18 |