Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
Apologies if what im trying to do doesnt make sense. Im new to this and im currently trying to figure out a navigation based functionality.
My usecase is as follows: query A gets executed and data is displayed in a table to the user. Upon selecting a row, a value from it( i.e. ID) is sent to query B. When a row is selected, a button or anything could trigger a data reload on a new page and show the results there.
Short question is: how do I sent data from a dynamic table to a query?
Thank you
Hi @cpi91,
Thanks for reaching out to the Microsoft fabric community forum.
It looks like you are facing issue with data transformation. As @Deku and @danextian both responded to your query, please go through the responses and check if it solves your issue.
I would also take a moment to thank @Deku and @danextian, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.
Community Support Team
If this post helps then please mark it as a solution, so that other members find it more quickly.
Thank you.
Hi @cpi91,
As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.
If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.
If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.
Thank you for your patience and look forward to hearing from you.
Hi @cpi91,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.
Thank you.
Hi @cpi91,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @cpi91
In import mode, changes made in the report do not affect the underlying query. The query shapes the semantic model and report, but not the other way around.
In DirectQuery, Power BI dynamically sends queries to the database whenever a user interacts with visuals. It converts selections and DAX calculations into SQL (or equivalent) queries, retrieves only the necessary data, and updates the report in real time.
For your use case, you can achieve navigation-based functionality by using drill-through pages or dynamic filtering with slicers. When a user selects a row, the selected value (e.g., ID) can be passed to another visual or page using cross-filtering or you can also sync a slicer across different pages.
@danextian wrote:For your use case, you can achieve navigation-based functionality by using drill-through pages or dynamic filtering with slicers. When a user selects a row, the selected value (e.g., ID) can be passed to another visual or page using cross-filtering or you can also sync a slicer across different pages.
But could that selected value be passed to an API query?
Please see this blog article
Have to be using Direct Query
Why not have all the data in the model and just use drill through to apply filters to another page