Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Got a pie chart but Im not satisfied with whats showing the the mouse hovers each section. Is there a way to change this?
What I want is that it shows "Avfall = 2 417MWh" instead of as it is in the attached image.
"produktion" is the expression label and "Bränslegrupp" is the dimension.
Thanks!
Hi Tomas,
you must create an expression similar to: Dual(BransleGrupp & ' = ' & Sum(Produktion) ,Sum(Produktion))
Then for this expression check "Text as pop-up". Finally go to presentation tab and unchek "Pop-up label".
I was fiddling around with something like that but didnt got it right.
Taking your approach sadly just showed the sum of produktion and not the text. This seems to have something to do that I also have custom background color set, because it works with just a default pie chart.