Hi,
I have a dashboard that retrieve information(direct query) once the user add the information they want to check through the available Controls. This is working perfectly.
This information is visualized once the results are ready in a table. I would like to add some filters(controls) so once the table is ready users can filter and find some specific rows. However, creating this filter->control in the normal way does not work. The filter does not recognize values from the different columns.
Is this because I am using direct query?
What I would like to do is once I have the table ready just filter some rows from that table, without retrieving data again via Direct Query. Is this possible?
Thank you!