Forum Discussion
marmaghan
7 years agoFrequent Visitor
Conditional Division
Hi, I am stuck in a situation please guide me in below mention data which Have ID targets and achievement of KPI's I have create a pivot table as mention below and have created three measures =...
- 7 years ago
Hi marmaghan,
Based on your data you shared, we can create a measure to achieve your goal.
Measure = IF(MAX(Table1[KPI])="E"&& [Ach%]>=105,105,IF([Ach%]>=120 && MAX(Table1[KPI])<>"E",120,[Ach%]))
Also please find the pbix as attached.
Regards,
Frank
v-frfei-msft
Community Support
7 years agoHi marmaghan,
Based on your data you shared, we can create a measure to achieve your goal.
Measure = IF(MAX(Table1[KPI])="E"&& [Ach%]>=105,105,IF([Ach%]>=120 && MAX(Table1[KPI])<>"E",120,[Ach%]))
Also please find the pbix as attached.
Regards,
Frank
- marmaghan7 years agoFrequent Visitor
Thanks for reply it is working fine now