This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi experts,
I have been trying to research around on how to perform a data transformation to my "time" field from fact table.
There have been many forums talking about it, eg performing DAX but in my specific scenario, I am using a DirectQuery approach to perform a transformation but it kept saying that this kind of change is not supported in DirectQuery.
Eg, I have timings like 11:43:00 am, 12:10:00 pm, 12:11:00pm.
I would like to have it class by 1100 - 1200, 1200 - 1300
If I can only use DirectQuery method instead of import, how can I achieve this?
Sorry if this has been asked before but I just can't find one yet. Appreciate if anyone could guide me to the right path.. thanks!
Solved! Go to Solution.
@jlhy , Either you need to create a timetable or bucket in your source database and use that (Join to this table)
or create time table in import mode
example of power bi import mode. you can join it with time column of direct query table too
https://kohera.be/blog/power-bi/how-to-create-a-time-table-in-power-bi-in-a-few-simple-steps/
@jlhy , Either you need to create a timetable or bucket in your source database and use that (Join to this table)
or create time table in import mode
example of power bi import mode. you can join it with time column of direct query table too
https://kohera.be/blog/power-bi/how-to-create-a-time-table-in-power-bi-in-a-few-simple-steps/
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 32 | |
| 31 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 57 | |
| 31 | |
| 29 | |
| 22 |