Forum Discussion
Error on Subtracting two measures having format
- 6 years ago
Hi Anonymous ,
We can try to use the following measure to meet your requirement:
Change = VALUE ( SUBSTITUTE ( [January Total] & "", "$", "" ) ) - VALUE ( SUBSTITUTE ( [February Total] & "", "$", "" ) )If it does not work, could you please share the formula of [Janury Total] and [February Total] if it does not contain any confidential information?
Best regards,
Anonymous
Are you using the function FORMAT in any of the columns or measures?
The error you are getting is saying that somewhere along the calculation line you have a non-number value(s)
January and February measures have both have format PaulDBrown
- PaulDBrown6 years ago
Community Champion
Anonymous
by "format" do you mean you are using the Function FORMAT( ) ?
- Anonymous6 years agoNot applicable
yes PaulDBrown
- v-lid-msft6 years ago
Community Support
Hi Anonymous ,
We can try to use the following measure to meet your requirement:
Change = VALUE ( SUBSTITUTE ( [January Total] & "", "$", "" ) ) - VALUE ( SUBSTITUTE ( [February Total] & "", "$", "" ) )If it does not work, could you please share the formula of [Janury Total] and [February Total] if it does not contain any confidential information?
Best regards,