The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello eveyone,
I have created a report with Power BI Report Builder with this configuration :
- Data Source : Power BI Dataset (from a PBIX connected to a PostgreSQL database with DirectQuery).
- Query Language for dataset : DAX (Example : EVALUATE SUMMARIZECOLUMNS('Requête1'[x],...)
I am trying to add a parameter. Then I want to publish it.
When I am running the report, I have this error :
The parameter @x 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.
Can you help me ?
Thank you