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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
Is there a standard measure to just capture a summarize a single column?
I simply want to sum all of Expected Inventory $ Reduction for 2023 in a card or measure.
@TylerVono , Ideally when you put that on car visual it should sum.
If not try a measure like
Sumx(Values(Table[Item Number]), [Expected Inventory $ Reduction for 2023])
Thank you but I dont believe it worked:
It should calculate to: $737,685, but its saying 1.11Million.
There are no filters on, any ideas?
Hi,
Share the download link of the PBI file.