cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
heardm
New Member

POWER function using DATEDIFF

I need to raise a value in one column to the date diff of two other columns. I calculated the DATEDIFF in a separate calculated column. All of the column values are around 4. Then I tried to make a new calculated column that raised column values to the power of that date difference, but I get this error

 

"An argument of function 'POWER' has the wrong data type or the result is too large or too small."

 

All of my columns have the data type "decimal number"

1 ACCEPTED SOLUTION
heardm
New Member

The problem was that I had previously divided two columns and if a row had a missing value I was given an answer of infinity, which I then tried to use in the POWER function

View solution in original post

3 REPLIES 3
heardm
New Member

The problem was that I had previously divided two columns and if a row had a missing value I was given an answer of infinity, which I then tried to use in the POWER function

v-jiascu-msft
Microsoft
Microsoft

Hi @heardm

 

Could you please mark the proper answer if it's convenient for you? That will be a help to others.

 

Best Regards!
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Chihiro
Solution Sage
Solution Sage

That error can be caused by having too large of a number in 2nd argument of POWER function as well.

 

See image for an example.

0.JPG

 

 

Helpful resources

Announcements
Exciting changes

Power BI Community Changes

Check out the changes to the Power BI Community announced at Build.

May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Kudo Data Story carousel

Data Stories Gallery

Visit our Data Stories Gallery and give kudos to your favorite Data Stories.

Top Solution Authors