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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Sum result of a measure in a table

Hi all,

 

I don't knw if is possible but, i need to sum the result of a measure shown in a table. like this:

 

Captura1212.PNG

 

As you can see in the table, the result is showing 95% but is wrong, the correct ones should be 75%.

 

Thanks in advanc

5 REPLIES 5
Anonymous
Not applicable

Hi @Tahreem24 , I'm using a measure to generate those numbers

This measure:

 

**bleep**LOBAL = (SUM('predicciones_FV33Pack-GUADA'[Real])/CALCULATE(SUM('predicciones_FV33Pack-GUADA'[Real]),ALLEXCEPT('predicciones_FV33Pack-GUADA','predicciones_FV33Pack-GUADA'[Real])))*[FA]

The data to compose this measure is :

 

real.PNG

 

1 column : Measure [FA] (Is other measure no problem with that

2 column : sum row real

3 column : sum total of real

 

the formula would be (sum(day row day) / sum (total of real))*FA

 

I think my problem is that is summing all, not just the day an the the result here is 95

 

Anonymous
Not applicable

Any tip?

Hi @Anonymous 

You may try to use below measure to get  the total.If it is not your case,please check if below posts could help.If you need further help,please share some sample data which could reproduce your scenario.

https://community.powerbi.com/t5/Desktop/Measure-SubTotals-and-the-Ceiling-function/m-p/625389#M298721

https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907

Measure = SUMX ( Table, [FA])

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Any tip?

Hi,

 

I got the correct result as 75% in total. See the screen shot below. Please share the data type of this field.

 

Capture.PNG

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors