Forum Discussion
Mostafa-Hussien
2 years agoHelper I
Error MdxScript(Model) (196,47)
Hi I am trying to refresh a pbix file in report server that always used to successfully refresh. This time it refuses to refresh giving this error I have tried looking for any measure o...
- 2 years ago
You should check your computed columns, the current error occurs when multiple values are passed to the computed column. Make sure that each expression used in the computed column returns a unique value.
If you refresh the data source and multiple values are returned in the new data according to your previous calculation logic, the current error will also occur.
hackcrr
If I have answered your question, please mark my reply as solution and kudos to this post, thank you!