Forum Discussion
filters
- 8 years ago
Hi Lydia,
In your example, what I need as a result is to have $8,341,224,364.83 but only showing one Class Name - Economy. I think I found the solution to it by creating the additional measure which I use as a filter: IF(sum(Sales[SalesAmount])>0,1,0) and then I filter on 1. In this case I use ALL in the original measure instead of ALLSELECTED, and it seems to work.
Thank you for your help!
AKor,
I make a test using my sample data, everything works well, you can review the following screenshots.
Could you please share dummy data of your table? I will test it in my environment.
Regards,
Lydia
Hi Lydia,
In your example, what I need as a result is to have $8,341,224,364.83 but only showing one Class Name - Economy. I think I found the solution to it by creating the additional measure which I use as a filter: IF(sum(Sales[SalesAmount])>0,1,0) and then I filter on 1. In this case I use ALL in the original measure instead of ALLSELECTED, and it seems to work.
Thank you for your help!