Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am attaching the .rdl file in hopes of desperate support with a field in my data set
Step 1
Here is my dataset (from a Tabular SAAS model)
Step 1b
Step 2
Step 3
Result when I run the report
The end of the input was reached.
----------------------------
Query execution failed for dataset 'DataSet1'.
----------------------------
An error has occurred during report processing.
----------------------------
An error occurred during local report processing.
Hi @Karolina411 ,
The error message "The end of the input was reached" often indicates a syntax error or an incomplete command. Please ensure all table and column names are correct, and the syntax follows the DAX pattern. If you can get some data displayed after you click the link "Click to execute the query"? Besides that, please ensure that fields in your report match the fields in your dataset.
In addition, you can refer the following link to query a SSAS Tabular model database:
How to query a SSAS Tabular model database using DAX functions
Best Regards
added the Parameter under Parameters then added to the Query and Dax and get the same error:
The query contains the 'PhysicianOrganization' parameter, which is not declared. (Microsoft Analysis Services)
Though I did add it in it is not recognizing it. It is a Text Column
Thank you. The dataset worked perfectly until I added the PhysicianOrganization PARAMETER. it did not work when I selected 'Add from dataset' so I had coded the 7 options like the photo below. I then referenced it in my dataset like this: FILTER(VALUES('Providers'[PhysicianOrganization]), ('Providers'[PhysicianOrganization] = VALUE(@PhysicianOrganization))
I then added it to the dataset
Hi @Karolina411 ,
Please update the query as below and check if it can get works:
FILTER(VALUES('Providers'[PhysicianOrganization]), 'Providers'[PhysicianOrganization] = [@PhysicianOrganization] ) |
Best Regards
Hi @Karolina411 ,
What is the data type of column 'Providers'[PhysicianOrganization]? Text type or Integer? Please update the filter context as below and check if it can work:
FILTER(VALUES('Providers'[PhysicianOrganization]), 'Providers'[PhysicianOrganization] = @PhysicianOrganization)
Best Regards
I did add that into Dax and get the same error:
The query contains the 'PhysicianOrganization' parameter, which is not declared. (Microsoft Analysis Services)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
6 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
3 |