Reply
admin11
Memorable Member
Memorable Member
Partially syndicated - Outbound

How to modify expression to return 30 day till 60 day ?

Hi All

 

I have below expression working fine for from 0 day till 60 day :-

 

_Deal > Today 60day =
Var _Today =TODAY()
Var _Today_60 = _Today+60
return
IF ('CRM_TS'[Closing Date] >=_Today&&'CRM_TS'[Closing Date] <=_Today_60 , 1, 0)
 
May i know how to modify the expression , so that it will give from 30 day till 60 day ?
 
_Deal > Today 30_60day =
Var _Today =TODAY()+30
Var _Today_60 = _Today+60
return
IF ('CRM_TS'[Closing Date] >=_Today&&'CRM_TS'[Closing Date] <=_Today_60 , 1, 0)
 
Above no error , but return wrong value .
 
Hope some one can advise me.
 
Paul
1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

Syndicated - Outbound

Since you've already added 30, change your second variable to this.

 

Var _Today_60 = _Today+30

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

2 REPLIES 2
mahoneypat
Microsoft Employee
Microsoft Employee

Syndicated - Outbound

Since you've already added 30, change your second variable to this.

 

Var _Today_60 = _Today+30

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Syndicated - Outbound

@mahoneypat 

it work , many thank

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)