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
Hello all,
I have a question related to DirectQuery mode. I want to return a date table eg. having 2 column StartDate,EndDate that I would be joining to my fact table.
Any suggestion if you want to share.
MyTable(2021-01-01-2021-09-27) - something like this.
Please help
Solved! Go to Solution.
@Anonymous , You can create a local date table in direct Query, That will convert it into mixed mode
Date = Calendar(Min(Table1[Date]), Max(Table1[Date]))
refer if needed
https://www.youtube.com/watch?v=24arfrD3Qzk&list=PLPaNVDMhUXGbKatyDdOhGbTL3xW2Xy6pA&index=6
https://www.youtube.com/watch?v=cQfJ0GmQ5os&list=PLPaNVDMhUXGbKatyDdOhGbTL3xW2Xy6pA&index=7
@Anonymous , You can create a local date table in direct Query, That will convert it into mixed mode
Date = Calendar(Min(Table1[Date]), Max(Table1[Date]))
refer if needed
https://www.youtube.com/watch?v=24arfrD3Qzk&list=PLPaNVDMhUXGbKatyDdOhGbTL3xW2Xy6pA&index=6
https://www.youtube.com/watch?v=cQfJ0GmQ5os&list=PLPaNVDMhUXGbKatyDdOhGbTL3xW2Xy6pA&index=7
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 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 101 | |
| 39 | |
| 29 | |
| 29 |