Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A 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.

Reply
DIRKOPRO
New Member

Grafico de calor minimalista

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.

Code_Generated_Image (2).pngCode_Generated_Image (1).png

2 ACCEPTED SOLUTIONS
dharmendars007
Memorable Member
Memorable Member

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

LinkedIN 

View solution in original post

Anonymous
Not applicable

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.

vrzhoumsft_0-1726818325076.png

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.

View solution in original post

3 REPLIES 3
dharmendars007
Memorable Member
Memorable Member

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

LinkedIN 

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

Anonymous
Not applicable

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.

vrzhoumsft_0-1726818325076.png

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.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.