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.
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
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |