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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I do not find the calculation necessary on dax to calculate "Numver OK" Number Recalled" in percentage as the following graph please
Solved! Go to Solution.
@Nihed , if they are values of legend , then you need create a measure like
divide([Measure], calculate([measure], removefilters(Table[legent column]) ) )
refer if needed
Hi @Nihed,
Can you please share a pbix or some dummy data that keep raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Nihed , if they are values of legend , then you need create a measure like
divide([Measure], calculate([measure], removefilters(Table[legent column]) ) )
refer if needed