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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Sum values in a table that are above other table max date

hi,

 

 

I have manage to do the sum of values above other table's max date, using a new colum.

 

Above Date = IF(concluded[date]>MAX(reported[Date]);"not_submited";"submited")
 
how i do this as a measeure, only for the sake of knowladge, can you help pls
PS: concluded date and reported date are linked to a calendar table.
 
ty
 
3 REPLIES 3
amitchandak
Super User
Super User

Not sure what we want to get out. Please provide an example.

The current column can be used as dim. And you can create some count on it

Or do you need a measure like

 

Sunmitted count = IF(concluded[date]>MAX(reported[Date]);"not_submited";"submited")

 

 

 

Anonymous
Not applicable

Hello,

 

What i want is sum all dates above the last submited date.

 

 

ty.

Hi @Anonymous 

 

Please share a sample of your data in a format that can be copied (paste it into the post from excel, not a screenshot), and disclose your desired results.

 

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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