Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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:
Solved! Go to Solution.
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:
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:
Hi @Anonymous,
What is the Error?
Also just to make sure your [P Value] column is of type Decimal?
Proud to be a Super User!
@Anonymous - Can you display the full value of your P Value column?
Thanks for repplying @Greg_Deckler , yes sure
I can not even use the roundup() funtion because it brings up an error
Any ideas?
This should work. Can you share a sample PBIX file with us?
Hi @Anonymous,
This is very likely a data type issue, please ensure that your P Value column is of type decimail or currency
Proud to be a Super User!
Hello @Anonymous thanks for replying, unfortunately that formula didn't worked
the error was the same
Any other idea?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 36 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 74 | |
| 66 | |
| 65 |