Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Arkhos94
Helper IV
Helper IV

Histogram : add a symbol/arrow/... based on a data

I have an histogram showing the monthly result of an indicator

 

The indicator is a basic measure like this (date is a calendar table connected to my data table) : 

%usageMTD = TotalMTD([%usage],'Date'[Date])
%usage-Evolution = TotalMTD([%usage],'Date'[Date])-TotalMTD([%usage],previousmonth('Date'[Date]))
[%usage] is a measure
 
I'm showing %usageMTD as an histogram. I want to make it more visible if %usageMTD goes up or down : adding an arrow, some smiley... above the histogram bar
 
Can power bi do that ?
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Arkhos94 , I think you do it on tooltip by adding some unichar. I doubt on top of the bar

 

list of unichar :https://exceleratorbi.com.au/dax-unichar-function-power-bi/

View solution in original post

2 REPLIES 2
Arkhos94
Helper IV
Helper IV

hello @amitchandak  (and thanks again for your help)

 

Unless I'm mistaken, tooltip are only visible when you put your mouse pointer above the bar. I'm looking for something that will always be visible. Is it possible ?

amitchandak
Super User
Super User

@Arkhos94 , I think you do it on tooltip by adding some unichar. I doubt on top of the bar

 

list of unichar :https://exceleratorbi.com.au/dax-unichar-function-power-bi/

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.