Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
HUAM
Helper II
Helper II

how to make measure for sum

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) )

 

HUAM_1-1663836126627.png

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.

HUAM_3-1663836372309.png

 

 

Thank you

 

3 REPLIES 3
v-yiruan-msft
Community Support
Community Support

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

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yiruan-msft
Community Support
Community Support

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

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Tahreem24
Super User
Super User

@HUAM Try this measure:

Measure = SUMX(TableName,@@@)
@@@ would be your measure.

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.