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,
I have a measure based on two calculated column as below:
Now I want to show other part of 57.4 % too as Non Deployed %.
Probbaly I need to create new measuer in which existing measure deduct form 100.
100 - Deployed % = Non Deployed.
Nees help here. Any other alterantive will aslo be apprreciated. Thanks
Solved! Go to Solution.
I wrote this
It should be 57.4 %
See measure "Deployed % "in first post. Thanks
Non Deployed % = (1 - [Nessus Deployed %])
This works