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, all
I want to make measure for Sum of "@@@" by rows
"@@@" is measure like ( DIVIDE(A, B) - DIVIDE(C,D) ) * ( DIVIDE(B, b) - DIVIDE(E, F) )
I know if using divide function then total is 0 but I want the sum of the rows like below green one.
If you have a idea, I try to show this value by card.
Thank you
Hi @HUAM ,
Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Hi @HUAM ,
You can create another new measure as below and put this new measure to replace the original measure onto the table visual as below screenshot...
Measure = SUMX ( VALUES ('Tablename'[ORIGIN] ), [original measure] )
In addition, you can refer the following links to try to solve your problem...
Why Your Total Is Incorrect In Power BI - The Key DAX Concept To Understand
Dax for Power BI: Fixing Incorrect Measure Totals
If the above one can't help you get the desired result, please provide some sample data in your table 'HVDN table call volume(main)' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
@HUAM Try this measure:
Measure = SUMX(TableName,@@@)
@@@ would be your measure.
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |