The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
1. Target status label = IF([Actual vs Target %] >= 100, "Met the Target", IF([Actual vs Target %] > 100, "Above the Target", "Below the Target"))
2. Actual vs Target Label = ABS([Actual vs Target %])
3.Acheived % = MIN( 1 + [Actual vs Target %], 1)
4. Remaining % = MAX( - [Actual vs Target %], 0)
5. Avg_CSAT_Score = Calculate(Average('SUPPORT__CW_OPS_CES_CSAT_PARTNER_CARE_TEMP'[NUMBER_VALUE]),'SUPPORT__CW_OPS_CES_CSAT_PARTNER_CARE_TEMP'[QUESTION_NAME]="How satisfied are you with the overall service you received today from the Team?")
6. Actual vs Target % = ([Avg_CSAT_Score]/4.0).
Current actual vs target % is 106.77%, the measure 1 and 2 are not working as it supposed to I am working in Power BI. Also, Target Sales Label is showing "Below the Target" although the actual vs target is 106.77%
Please help @amitchandak @Greg_Deckler @v-robertq-msft @Migasuke @Idrissshatila
I am trying to create similar to this
Solved! Go to Solution.
I figured out the issue, it got fixed by using
I think I found my fix for one of them.
I figured out the issue, it got fixed by using
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |