The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I got below report and cannot calculate a correct grand total.
Some logic for calculation
- Density is anumeric parameter
- Each Warehouse has own Density Value
- CuFt = SqFt * Density
I am using below DAX for calculating CuFt for each warehouse, but I cannot get the correct total (just place an text for remind).
Can anyone help and any other solution?
DAX Code
Hi, thanks for your help.
But I would like to return 1,179,800 (570,000+ 380,800+102,000+102,000+25,000) instead of Depend Density for Table total
You can sum the value of that column instead of depend density.