Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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):
User | Count |
---|---|
73 | |
70 | |
38 | |
24 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
41 | |
40 |