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

How to use Set analysis in Pie Chart?

Hello,

I have created a pie chart using nationality as dimension and the below expression:

Count(DISTINCT [Member Card Number]).

Now I want to have another pie chart similar to this one but it should not change as I change filters.

Please tell me how to implement that.

Thanks in advance.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

This did not work; but thanks for informing.

But then somethin else worked. I created two pie charts, and detached one of them 🙂

View solution in original post

4 Replies
crusader_
Partner - Specialist
Partner - Specialist

Hi,

Try this one

Count({1} DISTINCT [Member Card Number])


Hope this helps.


Regards,

Andrei

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hie..

=Count( {1} DISTINCT [Member Card Number])


Examples:

sum({1} Sales)

Returns total sales within the application, disregarding selections but not

the dimension.


Hope this will helps you


Regards,

Mohammad

Anonymous
Not applicable
Author

This did not work; but thanks for informing.

But then somethin else worked. I created two pie charts, and detached one of them 🙂

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hie...

I just want to know, why did u create two pie charts.??

My expression didnt worked ????