Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi I have the problem
When I display the total sum of the measure, the result does not right.
how can i fix this?
Solved! Go to Solution.
Hi @PascalCL
Thanks for reaching out to us.
This is a typical problem, please try this, create 2 measures,
Vorschlag CT 2 =
IF (
SUM ( 'Sales invoices 2021/2022 (2)'[Quantity] ) = 0,
BLANK (),
DIVIDE (
SUM ( 'Sales invoices 2021/2022 (2)'[Quantity] ) - 'Item'[Theoretischer Vorrat],
SUM ( 'Item'[Anz. / Paket] )
)
)
totalrow= IF(ISFILTERED('Table'[name]),[Vorschlag CT 2],sumx('Sales invoices 2021/2022 (2)',[Vorschlag CT 2]))
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @PascalCL
Thanks for reaching out to us.
This is a typical problem, please try this, create 2 measures,
Vorschlag CT 2 =
IF (
SUM ( 'Sales invoices 2021/2022 (2)'[Quantity] ) = 0,
BLANK (),
DIVIDE (
SUM ( 'Sales invoices 2021/2022 (2)'[Quantity] ) - 'Item'[Theoretischer Vorrat],
SUM ( 'Item'[Anz. / Paket] )
)
)
totalrow= IF(ISFILTERED('Table'[name]),[Vorschlag CT 2],sumx('Sales invoices 2021/2022 (2)',[Vorschlag CT 2]))
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
@PascalCL , You measure might be using row context.
You need a measure like, using column in visual and your measure
sumx(summarize(Table, Table[Col1], Table1[Col2],"_1", [Measure]) , [_1])
Refer to this video if needed
https://www.youtube.com/watch?v=ufHOOLdi_jk
Unfortunately, I do not quite get along with it...
here the measure with which I work.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
117 | |
84 | |
49 | |
38 | |
28 |
User | Count |
---|---|
188 | |
76 | |
73 | |
54 | |
42 |