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.
Good evening,
I have a problem with my measure :
Here is my measure :
MESURE NS =
DIVIDE (
CALCULATE (
SUM ( 'ACD - APPELS'[AppelTraite] );
FILTER ( ALLSELECTED ( 'ACD - APPELS' ); 'ACD - APPELS'[DureeAttente] <= 120 )
);
CALCULATE ( SUM ( 'ACD - APPELS'[AppelTraite] ); ALLSELECTED ( 'ACD - APPELS' ) );
0
)
I would like to use the KPI visualization
So I created a column Target 75% (format decimal number (percentage)
I put :
Actual value: Measure NS
Targert value: Target NS
Trand axis: Month creation
The result is strange:
My line is straight, which would mean that my NS is identical every month. But if I do the math, you will see for yourself that this is not the case.
Can you tell me where I was wrong?
11815/12300 = 0.9605
11038/11639 = 0.948
Thank you
Can you supply some sample source data so that we can recreate?
Here is a link with a sample of datas
https://www.transfernow.net/502q313865bs
Thnak you for your help