Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
I'm trying to add a custom column in the data view that calculates the absolute value of another column in the data. PowerBi is telling me that it doesn't recognize the expression.
My expression is written as follows:
=ABS([Balance])
I'm not sure what to try next. My internet research told me to write the syntax as I have above. Any guidance would be greatly appreciated.
Best,
Colin
Solved! Go to Solution.
If you are going column to column I would suggest using the query editor. Here is a link with the expression you need:
https://msdn.microsoft.com/en-us/library/mt253322.aspx?f=255&MSPPError=-2147217396
Perhaps the DAX requires it to be in a measure instead of a column. Not sure, haven't used it myself.
Proud to be a Super User!
All set. Thank you so much! That link will prove really helpful.
You could do this equation: if [column] <0 then [column]*-1 else [column]
Can you post a picture so we see where this is happening?
EDIT: I should have read the Title in the Query Editor - nevermind
So that link should help!
Thanks for the reply Sean. The link kcantor sent did the trick.
If you are going column to column I would suggest using the query editor. Here is a link with the expression you need:
https://msdn.microsoft.com/en-us/library/mt253322.aspx?f=255&MSPPError=-2147217396
Perhaps the DAX requires it to be in a measure instead of a column. Not sure, haven't used it myself.
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
67 | |
64 | |
57 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |