Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |