Forum Discussion
AlexGallet01
Helper IV
9 years agoProblem with formula
Hello, I have a problem with my formula and i don't understand why it's not possible to do this. DIFF = CALCULATE(SUM(Commandes[LCCNVALCDE]);TEST[References.ValeursUtilise])-CALCULATE(SUM(Com...
Anonymous
9 years agoNot applicable
Hi AlexGallet01
Make this as a calculated column first:
Some column = IF(TEST[References.ValeursUtilise]<>"H-OF";TEST[References.ValeursUtilise]+1;BLANK())
Then create your measures after and adjust them to your newly calculated column.
Let me know how it goes.
Best,
Martin
- AlexGallet019 years ago
Helper IV
Hi ValubiMartin,
I can't do this column i have an error message with value before H-OF.
The message speak about impossible to convert my value type of string in int.
- Anonymous9 years agoNot applicable
Can you send me a picture of how your data is stored?
- AlexGallet019 years ago
Helper IV