This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hello,
I have 3 tables in SSRS Report Builder
1. Resolved
2. Unresolved
3. Recap.
I am using 1 and 3 to build one table each but table 2 to build 2 different Tables.
I have 3 tables working but the summary tab which is the last table I want to calculate the expression
= Count(IIf(Fields!Selected_Sol_err_ind.Value = "Yes", 1, Nothing), "Unresolved") but I get the error "Value for Datasetname is missing".
The expression is to count column Selected_Sol_err_ind where it is equal to "Yes"
Any idea on how I can resolve this error?
Thank You
Solved! Go to Solution.
Hi, @mjsystemss
You are referencing the "Unresolved" dataset (scope parameter) in your expression, but it is possible that the Tablix is not bound to the dataset, or the dataset names do not match
Locate the Tablix10 control (possibly your Summary table) in the Report Builder design interface.
Right-click on an empty area of Tablix and select Tablix Properties. In the General tab of the Properties window, check that the correct dataset (for example, Unresolved) is selected for Dataset name. If it's blank here, select the appropriate dataset. If the dataset names are different, they must be consistent
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @mjsystemss
You are referencing the "Unresolved" dataset (scope parameter) in your expression, but it is possible that the Tablix is not bound to the dataset, or the dataset names do not match
Locate the Tablix10 control (possibly your Summary table) in the Report Builder design interface.
Right-click on an empty area of Tablix and select Tablix Properties. In the General tab of the Properties window, check that the correct dataset (for example, Unresolved) is selected for Dataset name. If it's blank here, select the appropriate dataset. If the dataset names are different, they must be consistent
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |