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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a simple tornado chart using ESTIMATE vs PLAN by SALESPERSON (OBCHODNIK)
After PBI MAY UPDATE chart does not show SALESPERSON (OBCHODNIK) NAME. INSTEAD of HAMALA it shows NaN/NaN/0/NaN
ESTIMATE is calculated measure
ESTIMATE = [ACTUAL]+[FORECAST]
ACTUAL = CALCULATE(sum(FINAL[SUMA]);FILTER(FINAL;FINAL[TYP]="ACTUAL"))
FORECAST = CALCULATE(sum(FINAL[SUMA]);FILTER(FINAL;FINAL[TYP]="FORECAST"))
MAY
APRIL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.