Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I'm using SSAS tabular cube as data source and am not able to update the data source.
I have a timestamp that is in HH:mm format, and need to get 30 min intervals from that.
So placedtimestamp column in the image goes upto 23.59 and I need to get 30 min interval for this.
When I try to use floor or ceiling for it, it gives me result assuming the timestamp to be mm:ss.
Here is the DAX that I tried -
Solved! Go to Solution.
Hi @Anonymous,
Just change the datatype to time, you will get the value in time.
Floor PlacedTimeStamp = FLOOR(Intraday_PowerBI_Source[PlacedTimeStamp],"00:30")
Post changing the data type to time -
Hi @Anonymous,
Just change the datatype to time, you will get the value in time.
Floor PlacedTimeStamp = FLOOR(Intraday_PowerBI_Source[PlacedTimeStamp],"00:30")
Post changing the data type to time -
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 44 |