Forum Discussion
chenthil
8 years agoNew Member
Parameter get data from table data
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 s...
- Anonymous8 years ago
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 SourceBold part of above formula is needed parameters.
Regards,
Xiaoxin Sheng
Anonymous
8 years agoNot applicable
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