Forum Discussion
All Not Ignoring Filter Slicer
https://rapidshare.io/57h/ex.pbix
Goodmorning everyone,
I disturb you this time to know the possibility of keeping values in the table on power bi even after selecting a special filter.
In the example linked by me, it can be seen that with the choice of the filter, the values not affected by the filter itself disappear from the table.
Is it possible to keep all the values inside the table even if they are not linked with the selection filter?
Thanks in advance everyone and good luck
Best regards
Hi Anonymous ,
Try the following formula:
Measure = var tab = SUMMARIZE( 'Date', 'Date'[CodiceDivisione], "_sum",SUM('Date'[ValoreNetto]) ) return CALCULATE( 'Date'[test], FILTER( tab, 'Date'[CodiceDivisione] = 'Date'[CodiceDivisione] ) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
11 Replies
- PortrekResolver III
Hi DS1
We need to manager the intercactions by the filter.
Look that microsoft page:
https://docs.microsoft.com/pt-br/power-bi/create-reports/service-reports-visual-interactions
Have a good day.
- AnonymousNot applicable
Thanks for the reply.
But at the same time I have to insert another measure on which the filter must be applied. Consequently, I cannot completely exclude the filter from the table.
Best regards
- PortrekResolver III
Yes, Select only the filter that you do not want to establish functions in your table, this does not interfere with the other filters.
- AnonymousNot applicable
Hi, the initial situation is reported above.
The arrow in red represents the situation of my interest: the unfiltered values disappear but the total still reports the values