Forum Discussion
dogburalHK82
Helper III
3 years agoPower BI report builder parameter
Hi, I am trying to use parameter (like slicer) to filter the value in datasets. Quality_Defect is from Dax in power bi service; whereas PO is a fact table from power bi service Q...
- 3 years ago
managed to do referring to this https://www.mssqltips.com/sqlservertip/5865/sql-server-reporting-services-report-builder-with-dax-query-support/
GilbertQ
Super User
3 years agoHi dogburalHK82
You have to pass the parameter into your query.
Here is an example on how to do this: Tutorial: Add a Parameter to Your Report (Report Builder) - SQL Server Reporting Services (SSRS) | Microsoft Learn
- dogburalHK823 years ago
Helper III
I added like below, but not working.
then, I just tried adding parameter under dataset
then, run but got below error
- dogburalHK823 years ago
Helper III
managed to do referring to this https://www.mssqltips.com/sqlservertip/5865/sql-server-reporting-services-report-builder-with-dax-query-support/