Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to use two measures for my pie chart:
=count(free)
=count(used)Those should be the two parts of the pie chart.
Can you help me with that?
Dim : =Valuelist('free', 'used')
Exp (angle) : =Pick(Match(Valuelist('free','used'),'free','used'), count(free), count(used))
Dim : =Valuelist('free', 'used')
Exp (angle) : =Pick(Match(Valuelist('free','used'),'free','used'), count(free), count(used))
@tresescoit works!!! thanks!!