Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a data source in Excel where the title of the file changes daily. I have a separate table (Table1) that has the name of the new name of the file. How can i set a parameter to a single value within a table?
Say for example the parameter must be set to the 2nd column, 4th row of Table1
Solved! Go to Solution.
Hi @joekoshar,
Actually, you can use '[]' and '{}' with query table to find out specific cell value.
For example: 2nd column, 4th row of Table1
Custom = Table[Column2]{3}
Reference link:
Regards,
Xiaoxin Sheng
Hi @joekoshar,
Actually, you can use '[]' and '{}' with query table to find out specific cell value.
For example: 2nd column, 4th row of Table1
Custom = Table[Column2]{3}
Reference link:
Regards,
Xiaoxin Sheng
Check this out: https://www.excelguru.ca/blog/2014/11/26/building-a-parameter-table-for-power-query/
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.