Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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 -
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 106 | |
| 99 | |
| 38 | |
| 29 | |
| 28 |