Forum Discussion
How to Create arrows showing increase and decrease of value
- 3 years ago
Hi Anonymous ,
Based on your description, I have created a simple sample:
Please try:
Measure2 = IF(SELECTEDVALUE('Table'[Prior Value])<SELECTEDVALUE('Table'[Current Value]),1,-1)Then apply it to the visual -> conditional formatting:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Based on your description, I have created a simple sample:
Please try:
Measure2 = IF(SELECTEDVALUE('Table'[Prior Value])<SELECTEDVALUE('Table'[Current Value]),1,-1)
Then apply it to the visual -> conditional formatting:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi There,
Thanks for the solution, but not all rows are showing the right trends.
Below is the conditional formatting condition used by me:
I would appreciate it if you help me out with the right condition, been stuck here for past 3 days.
- lbendlin3 years ago
Super User
in order for your measure to work correctly you need clean data. Neither "NA" nor "BBB+" are numbers.
- Anonymous3 years agoNot applicable
Hi, would you suggest null value in place of NA? also BBB is the Bond rating.
- lbendlin3 years ago
Super User
Use whatever data is appropriate in your scenario. Don't mix numbers and text values.