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,
I have a matrix visual filtering based on the selected row in a table. I was wondering if there is way user can select all the rows from the table as the table also gets filtered based on the multiple slicer selection.
Overall workflow -
Slicer selection -> filtered table results -> Selected row from table -> filters another matrix visual
Thanks in advance!
Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?
Hi, thanks for your reply! I am trying to select all the rows from a table visual. I have a matrix visual which shows more info about the selected rows from table. Both matrix and the table uses different data tables. So I am looking for a way to select all from table in case user is interested in that. Thanks!
Still don't understand. Note that "All selected" is technically the same as "Nothing selected" in Power BI (except for some fringe corner cases)
I have visuals like this in my report and I want to show the values from matrix only for the selected rows from the left table. If there are say some 5000 rows in the table and user wants to select 3000 from them, is there a way to do that selection in faster way than holding the shift + down key?
Could you possibly use a slicer rather than a table for this case? With slicers you can change the multi-select option off so users don't have to hold ctlr to select multiple rows:
I can't really use a slicer since there are more columns that need to be shown on table at left.