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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
MSMKM
Helper I
Helper I

How to find Region 1 region 2 wise profit values in 45 days

Hi Team,

 

i have sales data in that how to find out Region 1 Region 2 wise and profit with 45 days. 

It should be one measure it self we have to get it ?

 

how we can achieve on this.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @MSMKM ,

 

I think you can try measure as below to achieve your goal.

Measure = 
CALCULATE(SUM('Table'[Sales]),FILTER('Table','Table'[Date]>= TODAY() - 45))

My Sample:

vrzhoumsft_1-1681285267968.png

vrzhoumsft_0-1681285259098.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @MSMKM ,

 

I think you can try measure as below to achieve your goal.

Measure = 
CALCULATE(SUM('Table'[Sales]),FILTER('Table','Table'[Date]>= TODAY() - 45))

My Sample:

vrzhoumsft_1-1681285267968.png

vrzhoumsft_0-1681285259098.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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