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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have two queries via ODBC connection from Oracle server. I not have have the physical tables for both queries. I am using SQL to bring them to Report Builder. Now I want to use table A for the paramerter to filter the values in Table B.
I created the Selected Values in the parameter and it works perfectly but it does not filter table B because there is no relationship between them on the Primary columns. How can I create the relationship so that one table can filter other
Thank you
Solved! Go to Solution.
kindly check below artcile to set dependent parameters
Report parameters in Power BI Report Builder - Power BI | Microsoft Docs
Use cascading parameters in paginated reports - Power BI | Microsoft Docs
Proud to be a Super User!
kindly check below artcile to set dependent parameters
Report parameters in Power BI Report Builder - Power BI | Microsoft Docs
Use cascading parameters in paginated reports - Power BI | Microsoft Docs
Proud to be a Super User!
Thank you