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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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/

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors