The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am trying to do the following:
slicer filtered by user to search for an application ID #. This will pull up one row with a few basic columns. I then want another visualization to reference the value in another column from the filtered set (not the column originally filtered) and filter the second visualization based on that resulting value.
some limitations are that these are both going to be IDs so they are long numeric values. The first filter based on application number will always be a unique value. The second ID (let's call it street name as an example) has several thousand unique values but multiple applications will have the same street name ID. I want the second visualization to show me all application within the street.
User input filter: 12345
Table:
Application - 12345
Size - 50
Customer - John Doe
Street ID - 01987654
Street Type - 2
Table 2:
Street ID - 01987654 , Application - 12345, Size - 50, etc.
Street ID - 01987654, Application - 71639, Size - 24, etc.
Street ID - 01987654, Application - 27421, Size - 98, etc.
Street ID - 01987654, Application - 85379, Size - 63, etc.
ideally I would like this to be automatic rather than the user needing to filter each individually
Make sure that your two tables (containing Application ID and Street ID) have a relationship defined based on the Street ID column. This ensures that filtering one table impacts the other.
Set up the second visualization (e.g., a table or matrix) that displays all applications with the same Street ID as the selected Application ID. When the user selects an Application ID from the slicer, the corresponding Street ID will filter this visual automatically.
If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
The second part of your answer is what having trouble doing. The relationship was already created
Hi @sarahperks ,
Please refer the following links to get it:
Implementing cascading slicers in Power BI - YouTube
Power BI - Cascading Slicers - Hat Full of Data
If the above ones can't help you figure out, please provide some raw data in your tables(exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
User | Count |
---|---|
77 | |
75 | |
36 | |
31 | |
29 |
User | Count |
---|---|
94 | |
80 | |
55 | |
48 | |
48 |