The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I'm trying to make a very simple table-visual with contactpersons and an amount per person. Due to a filter on all the pages, the table doesn't show all persons (regardles of the amount) but only about a third of the available persons.
To visualise it a little bit I'll share 2 screenshots:
1. Number of rows with a contact_id when filter is included
2. Number of rows with a contact_id when filter is temporarily deleted
How can you make a plain table-visual with all results from a specific data-table, ignoring a filter already existing on page or in the report?
Any help is greatly appreciated!
Solved! Go to Solution.
If it's a slicer that's filtering the data, then you can disable visual interactions
Otherwise, if you're using something in the filter pane, you'll need to change the dax calculations with the REMOVEFILTER() function.
If it's a slicer that's filtering the data, then you can disable visual interactions
Otherwise, if you're using something in the filter pane, you'll need to change the dax calculations with the REMOVEFILTER() function.