Forum Discussion
Erika_S
Helper I
5 years agoUnion Table and date table relationship
Hi guys, I hope maybe you can help me. I created a Dax dates table. Like this: Dates = ADDCOLUMNS( CALENDAR (DATE(YEAR(MIN('Looker Union'[Creation period datetime])),1,1), DATE(YEAR(MAX('Looker...
CNENFRNL
Community Champion
5 years agoHi, Erika_S , without a glance at your whole data model, it's hard to pinpoint the cause of issue. An attachment of mockup pbix file surely helps a lot.
Is "YearQuarter" a column from Dates table? Any other filters (directly/indirectly) affect this viz?
Erika_S
Helper I
5 years agoCNENFRNL When i do the same dax for same period last year- for one of the tables that I used in the Union, all is fine, returns the correct results, no problem. But for some reason Unioned table just does work. Maybe there are issues doing dax between dates table and unioned tables that i am not aware off?