Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi!
I have a column which calculates divison between two measures and the sum the final measure. The formula itself works correct, but in the total field (the last line, below) I want that field to be sum of the whole column. How is possible to do that?
Hi,
I am not sure how your datamodel looks like, but please try the below whether it suits your requirement.
Profit Loss measure: =
SUMX (
DISTINCT ( 'TableName'[CategoryName] ),
[Total Profit] / [Orders sum] * [Quantity Returned]
)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 63 | |
| 54 | |
| 44 | |
| 19 | |
| 14 |
| User | Count |
|---|---|
| 108 | |
| 104 | |
| 35 | |
| 26 | |
| 26 |