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.
Hi ,
I have one main report and two reports which recieve filter value from main report by harcoding the value in the report URL.
eg - Report URL?filter=table1/column1 eq '12'
12
Main Report- link 1 --->Report 1
12
link 2 ---> Report 2
But I want is when I go to Report1, I want a way to pass the session value (12) from report1 to report2.
12 12
Main Report -link 1 -----> Report1 ---> Report 2
Thanks You!