Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Dear all,
I'm trying to create a KPI indicator with below dax code:
@datanau001 Try this:
KPI Indicator Measure =
SWITCH(TRUE(),
SUM('V_SR_STATUS_LINES_SEC'[Total Audit Time Hrs]) = BLANK(),BLANK(),
SUM( 'V_SR_STATUS_LINES_SEC'[Total Audit Time Hrs] ) < SUM( 'V_SR_STATUS_LINES_SEC'[AMT SLA] ),"KPI Met",
"KPI Not Met"
)
@Greg_Deckler Hello Greg, thank you for your answer.
It worked partially. See below, now in some cases the comparisson is not correct.
In first two lines, it should be KPI Not met
Regards
Marcelo
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
105 | |
99 | |
98 | |
38 | |
37 |
User | Count |
---|---|
157 | |
120 | |
74 | |
72 | |
63 |