Forum Discussion
Question about labels
- 2 years ago
Anonymous Ah, got it. Yes, you can use a measure for the Value field for data labels so you should be able to code this to whatever you want. You will need to do a ranking of ALL the supervisors and then determine if the current context supervisor is the top 1 (or whatever your logic) and you could return a UNICHAR of a star for example for the top on.
Anonymous Ah, got it. Yes, you can use a measure for the Value field for data labels so you should be able to code this to whatever you want. You will need to do a ranking of ALL the supervisors and then determine if the current context supervisor is the top 1 (or whatever your logic) and you could return a UNICHAR of a star for example for the top on.
Now the only problem is this
Instead of displaying the ⭐ it simply shows the code (I'm using the Power BI Report Service in PBI Desktop works just fine).