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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Dianaluz1
New Member

undefined

Soy nueva en la app y Quiero modelar datos de análisis de laboratorios, en la data tengo análisis cada hora. He intentado hacer tabla calendario pero no me permita ir más allá (es decir visualizar por hora). Alguna sugerencia o recomendación? 

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Dianaluz1 ,

 

Please refer to these posts:

how to build a calendar table with date and time;

Date-table: How to add 24 datetimes per day;

Has anyone created datetime table using QueryEditor or DAX?

 

 

 

Best Regards,

Icey

 

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

2 REPLIES 2
Icey
Community Support
Community Support

Hi @Dianaluz1 ,

 

Please refer to these posts:

how to build a calendar table with date and time;

Date-table: How to add 24 datetimes per day;

Has anyone created datetime table using QueryEditor or DAX?

 

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Dianaluz1 , If you want to Analyze data both at Date and time level.

First Separate Date time

 

Date =DateTime.Date([datetime]) // in Dax [Datetime].date

Time= DateTime.Time([datetime]) // in DaX [Datetime].time

 

Create a date and time table and join date and time with those and analyze

https://kohera.be/blog/power-bi/how-to-create-a-time-table-in-power-bi-in-a-few-simple-steps/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors