Forum Discussion
unichar issue
Hi all,
Greg_Deckler Mariusz amitchandak mwegener az38 TomMartens ImkeF
im facing one issue while using unichar with below measure.
Anonymous , this file has a lot of other stuff. But refer to visual on page no 13. I create a combined visual and used unichar too.
Refer to the measures created for unichar and color
https://www.dropbox.com/s/bu47m5ek7sr9v8t/sales_analytics_v2.pbix?dl=0
I wanted to clean up this file. But did not get time.
- Anonymous6 years ago
it seems you created a column for KPI. try by converting the column "GrossSalesKPI" to measure with the same formula.
9 Replies
- Greg_Deckler
Community Champion
Difficult to tell what is going on.
- AnonymousNot applicable
it seems you created a column for KPI. try by converting the column "GrossSalesKPI" to measure with the same formula.
- AnonymousNot applicable
Thanks everyone. its because of measure its causing the issue.
- AnonymousNot applicable
anything wrong in formulae?
it is showing correct for max all posstive values. only some vaues its shwoing red.
- Greg_Deckler
Community Champion
So, what is the visual that you are using? Is it a matrix visual? What happens if you change that formula to just return the SUM and check the numbers being returned. I suspect it is some kind of filter context issue going on where the SUM is not coming up to what you expect it should. The formula is very simple and I do not see an issue with it. Although, for me 9650 is a black up arrow, not a green up arrow.
- amitchandak
Super User
In the matrix, we have now an option for icon under conditional formatting.
Or you can refer
https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692
- AnonymousNot applicable
thank you for your qucik response. but im using card i didnt see that option
and did i miss anything? or is this a bug? im new to PBI so im bit confused.
could you please help on this
- v-lionel-msft
Community Support
Hi Anonymous ,
You first create a summed measure and add it to the chart and check if it returns the correct result:
Sum_ = SUM(BPS_AIS_Order_Yotta_EDL_20[Diff Gross Sales])If the result returned is incorrect, you can try using the ALL() function.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.