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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
M_SBS_6
Helper V
Helper V

Calculate multiple dates

Hi,

How would I write out a sum where its greater than 2 dates please? 

 

Sum app_value where app_date > 2017/01/01 && comp_date > 2017/08/01

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@M_SBS_6 , a new measure

 

Sumx( Filter(Table, [app_date] > Date(2017,01,01) && [comp_date] > Date(2017,08,01) ), [app_value] )

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@M_SBS_6 , a new measure

 

Sumx( Filter(Table, [app_date] > Date(2017,01,01) && [comp_date] > Date(2017,08,01) ), [app_value] )

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.