Forum Discussion
Time Intelligence with Direct Query
HI,
so what I did:
- created an Azure Data Warehouse with AdventureWorks DW sample DB
- deleted 2006 data from dimDate because there's a gap in the date table, Power BI isn't happy with that. There's no sales data for 2006...
- created a DirectQuery model with Power BI latest version
- selected DimDate and FactInternetSales
- built up a relationship between FactInternetSales.OrderDateKey and DimDate.DateKey
- I marked DimDate as Date Table with FullDateAlternateKey as the date field
- Tried to create a Quick Measure with Time Intelligence but the corresponding section isn't available in the calculation list
What works is DAX formulas like DATESYTD() but this is independent of using a separate date table or not. So still I'm confused what extra functionality should be enabled with a date table in the DirectQuery source compared to anything else...
THANKS
Thomas
Best
Darek