Forum Discussion
How to avoid page level filter from multiple card visual
- 4 years ago
Hi mh2587 ,
The visual will be filtered by the page filter anyway, that's how it was designed.
However you can achieve the expected result by create a new table, the two tables have no relationship.
Table 2 = VALUES('Table'[Del Day])Put the column in the new table in a visual and the original column in the page filter.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi mh2587 ,
The visual will be filtered by the page filter anyway, that's how it was designed.
However you can achieve the expected result by create a new table, the two tables have no relationship.
Table 2 = VALUES('Table'[Del Day])
Put the column in the new table in a visual and the original column in the page filter.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.