Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello community,
I have the data as follows:
I want to get all food in an id if a type is selected, Let me explain I have three visuals from the same table:
- Slicer containing the Type
- Table visual 1 contains ID
- Table visual 2 contains ID, Food, Type
I removed the interaction between the slicer and table visual 2, so I can get all food in ids if a type is selected.
What I have right is when I select from the slicer type: Food, I got in table visual 1 all ids that have the type: Food.
I want to get the result of visual table 1 directly shown in visual table 2.
The result expected:
Thank you, I don't know how to approach this problem. in another way: get the result of a visual shown in another visual, or filter using the slicer only the column type, but this is impossible from what I read in the forum. I want to know if there is another possible way to do it.
Solved! Go to Solution.
I think the only way you'll be able to do this is to duplicate your table and just keep the type and id columns.
Then you can link the new table to your original table on id (which will be many to many) and use the type from the new table as your filter (you might have to set the filter direction to be new table -> old table instead of both ways)
Hope that's what you're looking for. Any trouble let me know.
Thank you so much for your time much apperciated
I think the only way you'll be able to do this is to duplicate your table and just keep the type and id columns.
Then you can link the new table to your original table on id (which will be many to many) and use the type from the new table as your filter (you might have to set the filter direction to be new table -> old table instead of both ways)
Hope that's what you're looking for. Any trouble let me know.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 39 | |
| 35 | |
| 23 |