Forum Discussion
Anonymous
6 years agoNot applicable
Sqrt in Column
Hello Everyone! I want to calculate the SQRT of a column, I have a table like this: I just need de Sqrt Value of the "P Value" column, i use the following formula: P Lote = SQRT('PQ...
- Anonymous6 years ago
Hi Anonymous
The problem lies in the data type used for this calculated value
I recreated your scenario and below is the formula I would use.
P Lote = SQRT(VALUE('PQI Lote'[P Value]))Below is the ouput I get:
Greg_Deckler
6 years agoCommunity Champion
Anonymous - Can you display the full value of your P Value column?
- Anonymous6 years agoNot applicable
Thanks for repplying Greg_Deckler , yes sure
I can not even use the roundup() funtion because it brings up an error
Any ideas?
- Anonymous6 years agoNot applicable
This should work. Can you share a sample PBIX file with us?
- richbenmintz6 years agoResident Rockstar
Hi Anonymous,
This is very likely a data type issue, please ensure that your P Value column is of type decimail or currency