Forum Discussion

Mostafa-Hussien's avatar
1 year ago
Solved

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...
  • hackcrr's avatar
    hackcrr
    1 year ago

    Mostafa-Hussien 

    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!