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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
Have created two parameters 1. Server 2. Database
Would like to create third parameters that should show the data from one of the table column connected using first two parameters settings. Is it possible now?
Solved! Go to Solution.
Hi @chenthil,
It is possible, but I think you these formula need more parameters to control which table and which column to display.
Sample: formula of sql server database
let
Source = Sql.Databases(Server){[Name=Database]}[Data]{[Schema="dbo",Item=Table]}[Data][Column]
in
Source
Bold part of above formula is needed parameters.
Regards,
Xiaoxin Sheng
Hi @chenthil,
It is possible, but I think you these formula need more parameters to control which table and which column to display.
Sample: formula of sql server database
let
Source = Sql.Databases(Server){[Name=Database]}[Data]{[Schema="dbo",Item=Table]}[Data][Column]
in
Source
Bold part of above formula is needed parameters.
Regards,
Xiaoxin Sheng
Hi @chenthil
Please refer to the below community post. This might help you out to achieve the possible outcome.
https://community.powerbi.com/t5/Desktop/Dynamic-parameter-value/m-p/226114
Thanks,
Bhavexh
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |