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.
Hello All
I have the following Measure which I use in my dashboard:
Solved! Go to Solution.
[Total Cost (no blank)] =
CALCULATE(
[Total Cost],
KEEPFILTERS( NOT ISBLANK( VirtualMachine[VMName] ) )
)
[Total Cost (no blank)] =
CALCULATE(
[Total Cost],
KEEPFILTERS( NOT ISBLANK( VirtualMachine[VMName] ) )
)