Forum Discussion
stribor45
2 years agoPost Prodigy
Character not showing up
Sometimes the up or down character does now show in service and I am wondering what I can do to fix this. This doesnt happen all the time and it doesnt have any patterns. I have refreshed report mult...
- Anonymous2 years ago
Hi stribor45 ,
You can try this DAX:
Measure = IF([% measure a] > 0.01 , UNICHAR(9650) , UNICHAR(9660)) & FORMAT([% measure a],"0.0%")Connect the labels directly to the data so that changes to the data directly change the up and down labels and the data
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lbendlin
2 years agoSuper User
Calculation Groups?
stribor45
2 years agoPost Prodigy
I saw that but that requires downloading new software etc for only 4 measures.
- lbendlin2 years agoSuper User
Not any more! You can do that now natively in Power BI Desktop. Create calculation groups in Power BI (preview) - Power BI | Microsoft Learn