March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
Can anyone help me with the Total Value for the Field This Claim Total.
It should be 2118 . But its doing the sum (TotalClaim) - Sum(BilledToDate).
How can I only get the sum (This Claim Total) Column in Total ?
Trying this but unable to find the epression .
Solved! Go to Solution.
Hey @ashmitp869 ,
this happens when a measure is evaluated with a filter from the row, but this filter is not present on the total line.
To really help you it's important to understand
You can try this
This claim total =
sumx('<the table that contains the column linenumber>',
[the measure that creates the 2118]
)
If this does not help to tackle your challenge, provide a pbix that contains sample data but still reflects your semantic model tables, relationships, calculated columns, and measures). Upload the pbix to OneDrive, Google Drive or Dropbox and share the link. If you are using a spreadsheet to create the sample data instead of the manual input method share the spreadsheet as well. Do not forget to describe the expected outcome based on the sample data you provide.
Regards,
Tom
Hey @ashmitp869 ,
no, I can't.
Regards,
Tom
Hey @ashmitp869 ,
this happens when a measure is evaluated with a filter from the row, but this filter is not present on the total line.
To really help you it's important to understand
You can try this
This claim total =
sumx('<the table that contains the column linenumber>',
[the measure that creates the 2118]
)
If this does not help to tackle your challenge, provide a pbix that contains sample data but still reflects your semantic model tables, relationships, calculated columns, and measures). Upload the pbix to OneDrive, Google Drive or Dropbox and share the link. If you are using a spreadsheet to create the sample data instead of the manual input method share the spreadsheet as well. Do not forget to describe the expected outcome based on the sample data you provide.
Regards,
Tom
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
88 | |
73 | |
67 | |
49 |
User | Count |
---|---|
199 | |
141 | |
97 | |
79 | |
68 |