The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi.
I have a created a measure that compares the inventory value this month with the previous month. But this value is blank when added to a visual.
Hi @Jdelgard without model and details it is hard to spot issue. Still, try v2 for previous month. You should use some agg.function, like SUM, COUNT ... to use CALCULATE
Previous Month V2 =
CALCULATE(
SUM(COMPACT_STORE_INVENTORY[Lift Inventory Value]),
DATEADD(BC_Item[DWDate], -1,MONTH))
Proud to be a Super User!
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
15 | |
12 | |
7 | |
6 |