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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DataFab2023
Frequent Visitor

Repeat the MIN value for every row

Hi all,

 

How can I grab the first date's value and repeat for every other day?

For example I have the measure below:

DataFab2023_0-1686615805890.png

and I need to repeat the value of 320 which is the first date for every other row

DataFab2023_1-1686615834360.png

the reason I need to do that is for divide after

 

thanks!

 

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@DataFab2023 

maybe you can try this

Measure = 
sumx(FILTER(all('Table'),'Table'[occurreddate]=CALCULATE(min('Table'[occurreddate]),all('Table'))),[_total revenue 5])

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

@DataFab2023 

maybe you can try this

Measure = 
sumx(FILTER(all('Table'),'Table'[occurreddate]=CALCULATE(min('Table'[occurreddate]),all('Table'))),[_total revenue 5])

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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