Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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 Employee
Microsoft Employee

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors