Forum Discussion
Measure from non related Table Always null
Thank you PaulDBrown for taking the time to replying me.
Where is the LCBO Promo Period field coming from?
LCBO Promo Period is coming from my table Calendar (which is linked to both fact tables (financial & fact promotion))
Also do the date keys in your Finance and Fact promotion have the same granularity (it seems the Finance table has a year granularity while the Fact Promotion table has a day granularity).
No, both fact tables has the same granularity (date key) and have same dimensions linked to them (Calendar / Product LCBO / product Bridge )
Also make sure that any fields in the visual come from the dimension tables (not the fact tables)
Anonymous
Perhaps try:
_measure = SUMX(
SUMMARIZE(calendar, Calendar [LCBO Promo Period], "_COGS", [sum9l] * [total Shipment Actual Cost Of Goods Sold]),
[_COGS])