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
VendettaBob
Helper II
Helper II

Looking Up Buckets

Hi,

 

I have a bucket table (RevenueTarget) which has the following data:

 

Capture.GIF

 

I have a measure on my main fact table which looks up the target:

 

Revenue Target:=CALCULATE(MAX(RevenueTarget[RevenueTarget]),FILTER(RevenueTarget,LASTNONBLANK(YearMonth[YearMonth],0)=LASTNONBLANK(RevenueTarget[YearMonth],0) && LASTNONBLANK(CustomerSiteAddress[Region],0) = LASTNONBLANK(RevenueTarget[RegionName],0)))

 

The issue which I have is that when I select mutiple regions the target isn't aggregated. The DAX expressions works well when selecting one region but doesn't work for multiple regions.

 

Any ideas?

 

Thanks,

Bob

 

 

2 REPLIES 2
Greg_Deckler
Super User
Super User

Can you post some of that data in text form so that it can be copied and pasted into an Enter Data query? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Sure.

 

Revenue Target  
  
YearMonth RegionName RevenueTarget
201801 North 361909
201802 North 352998
201803 North 354316
201804 North 349301
201805 North 357674
201806 North 370345
201807 North 371155
201808 North 401454
201809 North 365534
201801 Central 368457
201802 Central 353442
201803 Central 357881
201804 Central 356219
201805 Central 361455
201806 Central 380947

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.