Forum Discussion
Report Builder Parameters
Hello,
I have a paginated report connected to a published pbi dataset in a premium workspace. I am trying to add parameters to filter down the dataset so its not too large and fails on the load. I know how to do them with stored procedures in SQL, but not with a pre-existing pbi dataset. I have tried creating a parameter so far and it initially loads
however when I go to view the report I get this error
The parameter <pii>owninglocation</pii> is not referred in the query.
----------------------------
Query execution failed for dataset 'DataSet1'.
----------------------------
An error has occurred during report processing.
----------------------------
An error occurred during local report processing.
My dataset is built using a DAX query against the pbi dataset. Is it possible to add a parameter to this report that works, if so how would I add it. I hav
Hi brendandalyp ,
This is because your parameters are set incorrectly. Please refer to this document to set the parameters of published dataset.
SQL Server Reporting Services Report Builder with DAX Query Support
This is the result of my test:
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- parry2kSuper User
brendandalyp you are adding the parameter, you can check my video here on the paginated report that talks about different areas. Creating Paginated Reports in Power BI Premium Per User (PPU) by Parvinder Chana - YouTube
✨ Follow us on LinkedIn
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- v-kkf-msftCommunity Support
Hi brendandalyp ,
This is because your parameters are set incorrectly. Please refer to this document to set the parameters of published dataset.
SQL Server Reporting Services Report Builder with DAX Query Support
This is the result of my test:
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.