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 created a query to connect to teradata with a parameter:
SELECT * FROM USS_RXDW_ACCESS.CLNT_DIM_LOB
WHERE LOB_CD = '?LOBCODE'
ORDER BY LOB_CD
I then created a new report using Power BI Report Builder with this query. The parameter is created when I run the report but it is not filtering the data base on my input to this parameter. How do I fix this?
The link you sent is for SQL Server Report Builder. I am using Power BI Report Builder with a connection to Teradata. I've included more details to be sure the issue I am experiencing is being understood properly:
Steps I used to create a new Power BI Report Builder report from a Teradata Query I created using Teradata SQL Assistant.
Add a parameter to the query:
Create a new report in Power BI Report Builder with the query from above.
Create a new report in Power BI Report Builder
Create a datasource to connect to Teradata (EDWP)
A parameter is not created for LOB_CD and no data is produced once I put in the parameter in the dataset query (see screen shot below):
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.