Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a measure containing a metric for each customer. For example:
(I added the code below for Measure)
Is it possible to get a dynamic weighted average… based on whatever segmentation is chosen at a higher level?
For example; If on the filters, segmentation X is chosen, (then that shall be Customer 4,6 and 45), and then do a weighted average based on those Customers?
For example; If a city is seleted, (then that shall be customers 5,10 and 11), and then do a weighted average based on that?
(My goal is to use a matrix, and then in Rows to have Customer, and then do they weighted average, for whichever column is selected at a higher level and used as filter...)
My code for Measure is.
TotalPerCustomer = SUMX(SUMMARIZE(Revenue,'Customer'[Customer]),[RevenueWo])
MaxBPerCustomer = MAXX( SUMMARIZE(Revenue, 'Customer'[Customer], 'Centers'[Bus]), [RevenueWo])
Measure = DIVIDE([TotalPerCustomer],[ MaxBPerCustomer],blank())
You are going to have to provide data and expected results. You have 3 customers shown with a measure and size, and then want to know how to get customers 4, 6, and 45 to do something based on some new segmentation field.
How to get good help fast. Help us help you.
How To Ask A Technical Question If you Really Want An Answer
How to Get Your Question Answered Quickly - Give us a good and concise explanation
How to provide sample data in the Power BI Forum - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThis is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
13 | |
12 | |
11 | |
11 | |
8 |