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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
hdenizozturk
New Member

Using filtered data in another view

Hi,

 

I have a dataset that shows the weight figure (lbs) for all the transactions from Warehouses to Customers. I can get the top 20 customers by a pre-filtered Warehouse.

 

Now I want to know, how much was shipped to those 20 customers from all of the locations, not just the specific location which was filtered before. I am hoping that there is a way to do it without filtering those individual customers one by one in the filter menu with DAX.

 

I would appreciate the help, thanks

2 REPLIES 2
peter_gorgol
Frequent Visitor

I might need to have a look at your sample date but something like code below should do the job:

MEASURE = CALCULATE (
SUM ( 'Table'[Weight] ), 
REMOVEFILTERS ( 'Warehouses'[Warehouse] )
) 

Wouldn't this show the top 20 customers among all the shipment data? 

 

Maybe I didn't explain it correctly. I am still interested in the top 20 customers of Warehouse A but I want to know the total weight shipped to those 20 customers from all Warehouses not just from WHSE A.

 

Unfortunately, I can't share the data due to confidentiality.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.