Forum Discussion
Anonymous
5 years agoNot applicable
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. ...
- 5 years ago
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.
Portrek
5 years agoResolver 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.