Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am looking for the answers for this : Mdxscript(Model) (264,25) calculatiuon error in measure 'xyz'[outflow]:Function 'CONTAINSROW' doesnot support comparing values of type text with the values of type number.consider using the value or Format function to convert one of the values.
Solved! Go to Solution.
Please try this
Total = CALCULATE(ROUND(SUM('Table'[A]) + SUM('Table'[B]) + SUM('Table'[C])+ SUM('Table'[D]) + SUM('Table'[E]), 0))
I'm not sure how your data is structured, but you van do this Power Query too if you chaning the table format isn't an issue.
Proud to be a Super User! | |
Date tables help! Learn more
Thank you for the suggested solution .It worked partially .The main problem is it has some blank values which are not well treated .After replacing blank with zero it worked.
Hi @Anonymous
It seems you are trying to compare two columns that have differnt formatting. This could be a number column being compared to what looks like a number column but is formatted as text. Check both columns to see if they are formatted as numbers
Hope this helps
Joe
Proud to be a Super User! | |
Date tables help! Learn more
Thank you Joe for the response.I checked both the columns are in Decimal Format.
Can you share the measure that you trying to implement and a screenshot of the column headers in Power Query ? Hopefully then I can help further
Proud to be a Super User! | |
Date tables help! Learn more
the measure i used is :
Please try this
Total = CALCULATE(ROUND(SUM('Table'[A]) + SUM('Table'[B]) + SUM('Table'[C])+ SUM('Table'[D]) + SUM('Table'[E]), 0))
I'm not sure how your data is structured, but you van do this Power Query too if you chaning the table format isn't an issue.
Proud to be a Super User! | |
Date tables help! Learn more
Thank you for the suggested solution .It worked partially .The main problem is it has some blank values which are not well treated .After replacing blank with zero it worked.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 5 | |
| 3 |