Forum Discussion
Multiple KPI/GAUGE/CARD
- 4 years ago
Hi Anonymous ,
According to your description, I did a similar test with the following reference:
Cur_value = var a = YEAR(SELECTEDVALUE('Table'[Year])) return (a-2020)*200
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
According to your description, I did a similar test with the following reference:
Cur_value =
var a = YEAR(SELECTEDVALUE('Table'[Year]))
return
(a-2020)*200
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
Dear Henry,
Thank you very much. It would be kind if you could let me know how i can make i dynamic.
My target varies from one year to another. Example:
Year 1: 6000
Year 2: 54000
Year 3: 52000
Year 4: 26000
Year 5: 12000
Cur_value = var a = YEAR(SELECTEDVALUE('Table'[Year])) return (a-2020)*200If i am not mistaken (a-2020)*each year's target...
I am trying, but highly appreciate if you could help me with this point.
Otherwise, thanks again!
Best,
AK