Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Team,
I'm trying to put a matrix chart with data from Table B. (Id vs Notes)
When I use Matrix Chart , the "Notes(lookup)" values are summed numbers(which is Incorrect, my requeirement is UnSummerized Numbers) ,
so I created a measure
Notes(Measure) = SUM(Main[Notes(lookup)])/COUNT(Main[Id])
But when I use this measure the Total Value looks incorrect.
I tried to import values from Table
Table B
Matrix Chart(Using Measure)
Solved! Go to Solution.
Hi @kkalyanrr,
Based on my test, you should be able to use the formula below to create a new measure to get the expected result.
Measure 2 = SUMX(SUMMARIZE(Main,Main[Id],"abc",[Notes(Measure)]),[abc])
Regards
Hi @kkalyanrr,
Based on my test, you should be able to use the formula below to create a new measure to get the expected result.
Measure 2 = SUMX(SUMMARIZE(Main,Main[Id],"abc",[Notes(Measure)]),[abc])
Regards
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
26 |
User | Count |
---|---|
91 | |
49 | |
45 | |
38 | |
37 |