Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)

I am creating a formula with and cannot able to understand what is DATEADD function which results to the error given below

DATEADD(FIRSTNONBLANK(DATATABLE("TodaysDate",DATETIME,{{"9/24/2016"}}),TRUE()),4,MONTH)

Can anyone help me to understand Dateadd function? 

1 Answer

0 votes
by (22.5k points)

Create a calculated column and add this

4MonthsAfter = DATEADD(MyDates[Date],4,MONTH)

If u want to learn the tool in-depth, then come to us and sign up for this Power BI Certification     

Related questions

0 votes
0 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Dec 24, 2020 in BI by Chris (11.1k points)

Browse Categories

...