Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Below is a generalized example of the type of table I'm dealing with. There are multiple notes associated with any given "win." I'd like both a summary of the this data as seen below and an ability to drill down to see the multiple notes for any given sale. What's the the best way to do this? I am guessing that building a matrix using average instead of sum will get me where I need to be. And then somehow I can simply sum the averages instead of having an overall average in the grand total. Maybe I just answered my own question... Is there a better or more elegant way to do this than using average instead of sum for the values?
Solved! Go to Solution.
Hi @Zarlot531 ,
To create a calculated table as below. If it doesn't meet your requirement, kindly share your sample data to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Table = SUMMARIZECOLUMNS ( Table1[Group], Table1[SubGroup], "sales", AVERAGE ( Table1[Sales] ), "note", CALCULATE ( MAX ( Table1[Notes] ), FILTER ( Table1, Table1[Note date] = MAX ( Table1[Note date] ) ) ) )
Hi @Zarlot531 ,
To create a calculated table as below. If it doesn't meet your requirement, kindly share your sample data to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Table = SUMMARIZECOLUMNS ( Table1[Group], Table1[SubGroup], "sales", AVERAGE ( Table1[Sales] ), "note", CALCULATE ( MAX ( Table1[Notes] ), FILTER ( Table1, Table1[Note date] = MAX ( Table1[Note date] ) ) ) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
75 | |
46 | |
39 | |
33 |
User | Count |
---|---|
165 | |
90 | |
66 | |
46 | |
43 |