Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I'm using the following measure as Values in a Matrix. It shows correct numbers for each row in Total column but not in Total row:
m_b1 =
VAR BaseTable =ADDCOLUMNS(
SUMMARIZE(
'abc',
'abc'[FIB]),
"sum", CALCULATE(DISTINCTCOUNT('abc'[ID]))
)
RETURN
SUMX(
BaseTable,
IF([sum] > 1, [sum], blank())
)
How to change the measure to get correct on Total row?
Solved! Go to Solution.
Hi @Trodo7377,
We sincerely appreciate your inquiry posted on the Microsoft Fabric Community Forum.
Please find attached the screenshot and the PBIX file, which may assist in resolving the issue:
If you find our response helpful, we kindly request you to mark it as the accepted solution and provide kudos. This will help other community members who may have similar queries.
Should you have any further questions, please feel free to reach out to the Microsoft Fabric Community.
Thank you.
Hi Trodo7377,
We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.
If you find the response helpful, please mark it as the accepted solution and provide kudos, as this will help other members with similar queries.
Thank you.
Hi @v-pnaroju-msft The customer who ordered Matrix visualisation changed his order to a simple barchart and there is no need anymore using the measure I sent before.
Hi @Trodo7377,
Thank you for the update regarding your client’s revised requirements.
We understand that the original requirement has now changed; however, we would appreciate it if you could kindly review the solution we provided earlier, which was based on your initial query. If the proposed approach addressed your original query, please consider accepting it as a solution. This will greatly benefit other community members who may encounter similar scenarios in the future.
Should you require assistance with the revised requirements, please feel free to share the new details, and we will be pleased to assist you further.
Thank you.
Hi @Trodo7377,
We sincerely appreciate your inquiry posted on the Microsoft Fabric Community Forum.
Please find attached the screenshot and the PBIX file, which may assist in resolving the issue:
If you find our response helpful, we kindly request you to mark it as the accepted solution and provide kudos. This will help other community members who may have similar queries.
Should you have any further questions, please feel free to reach out to the Microsoft Fabric Community.
Thank you.
Hi @Trodo7377 measure seems correct, can you pls share sample pbix file?
Unfortunately, I cannot share organizational data here.
This 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 |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |