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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
heardm
New Member

POWER Function with DATEDIFF

I want to raise a number to the power of the difference between two dates. All of my value columns are formatted as decimal number, and the difference between the dates is around 4, but I am getting this error when I try to make a Calculated column

 


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

1 REPLY 1
v-qiuyu-msft
Community Support
Community Support

Hi @heardm,

 

Based on my test in desktop version 2.47.4766.801 64-bit (June 2017), we can create a calculated column like below:

 

Column = POWER(DATEDIFF('Table2'[StartDate],'Table2'[EndDate],DAY),2)

 

Both [StartDate] and [EndDate] columns are date type.

 

q4.PNG

 

In your scenario, please run the same desktop version and create the same calculated column like us.

 

Besides, please go through the DATEDIFF() and POWER() functions carefully.

 

DATEDIFF Function (DAX)

POWER Function (DAX)

 

 

Best Regards,
Qiuyun Yu

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

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.