Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have created a Deal_Band Calculated Column, which I am putting it in a Matrix table, but the total is getting repeated.
so how i solve this issue. Please advise.
not so easy... because for each Entry in "Top Accounts" you can have MULTIPLE (1:m) values for New_Deal_Band
I don't think that's what you want... ?
yes, you are right
so then you first have to change your datamodel - what do you want to achieve?
according to your picture, Top_Accounts filters DRID-Solutionmapping, not the other way around (1:m) - so when you add New_Deal_Band from DRID-SolutionMapping to your matrix, it doesn't know how to filter the data, hence showing the same value everywhere.
here is the data model connected with DR ID (Many to one)
we need more insight in your data model. can you show some tables you use for your matrix and the relationships between?
You sure it's a measure? Doesn't make sense, as in a measure there would be no single value for 'DRID-SolutionMapping[Net_ASV]'
Sorry, it's a calculated column.