Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am working on creating 100 % stack bar chart.
i have selected dimensions as week and category
category includes
IF (Aggr(Sum(AMOUNT_CLIENT), [CLIENT],[YEAR],[WEEK]) < 10, 'Spender 1')
this if conditions different types of spenders.
my measure has count(distinct client)
value wise data is displayed fine but i want to convert the value into % (100 % stack bar chart)
can some one pls suggest .
All the options are not available for me.
I Have attached a picture. will that be of any help?
Hi All,
Can anyone please suggest me how to solve this scenario?