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
Invesco
Helper V
Helper V

Date greater then 10 days

Hi Experts

 

How do you find where the date is greater then 10 days (based on the below) image and column status says open to in table ABC

Invesco_0-1654593580715.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Invesco , Based on today or the selected date

 

Based on today toy can have column flag

 

flag = if([Date] > today() +10, 1, 0)

 

 

for measure you can use count measure and use that in the visual or visual level filter

 

countrows(filter(Table, Table[Date] > today() +10) ) 

View solution in original post

3 REPLIES 3
Tahreem24
Super User
Super User

@Invesco How do you compare date column with 10 days. Please share the proper requirement with input and expected data.

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Apologies - here is my formula

Investigate = IF(AND(dev_meet_meeting_data[Start_Time] < TODAY() + 10,dev_meet_meeting_data[meeting_status] = "Ready for closure"),1,0). 
 
If from todays date less the Start_time Date is greater then 10 and meeting status is as above then 1 else 0...
 
not sure if the above is correct
amitchandak
Super User
Super User

@Invesco , Based on today or the selected date

 

Based on today toy can have column flag

 

flag = if([Date] > today() +10, 1, 0)

 

 

for measure you can use count measure and use that in the visual or visual level filter

 

countrows(filter(Table, Table[Date] > today() +10) ) 

Helpful resources

Announcements
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.