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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
Any suggestion on how to make these measures to show total >
for example,
Solved! Go to Solution.
@Anonymous , Try like
PY Base Estimates =
Sumx(Values(Table[Period FY]) ,IF(ISBLANK([Total Hours]),
[Hours PY] * (1+[Increase % Value]),
BLANK()))
@Anonymous , Try like
PY Base Estimates =
Sumx(Values(Table[Period FY]) ,IF(ISBLANK([Total Hours]),
[Hours PY] * (1+[Increase % Value]),
BLANK()))