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
Hi,
I need help.
I want use parameter for curtumize my query in DirectQuery.
Exemple:
1 - User go write ID: '0036565' (Filter)
2 - Query "Select *
from people
where ID = '0036565'
3 - All views change.
Can help me?
Tks all.
Hi @Anonymous
Create a blank query
let function_name=(parameter_name as text)=>
let
Source = Sql.Database("server name", "database name", [Query="SELECT *#(lf) FROM [power bi test].[dbo].[Sheet1$]#(lf) Where [BUSINESS_DAY_IN_MNTH]="¶meter_name&""])
in
Source
in function_name
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.