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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

How to get overall total of the data not just the values in the visual

Hey Team - Im VERY new to Power BI and currently in the state of converting my excel dashboards to Power BI - The Total DC Share is the sum of the values on the table which is straight forward in PBI. But how would i get the total sum of all the Branches in the dataset and not just the ones on the table (total other share)? 

GoDawgs2017_1-1711635194442.png

 

 

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi @Anonymous ,

 

It seems you need to create a new column to get that data, because in powerbi it is a column of data that is of the same type. You may use the measure to calculate your other type of sums, you can provide your sample data and expected results.

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

MNedix
Super User
Super User

Hi,

You can create a measure which is independent of any filtering you have on the report page. Assuming that your table is called Table, then:

Grand Total = CALCULATE(SUM(Table[Sales $]),REMOVEFILTERS(Table))

 



If the post helped then please give it a Kudos and mark it as the solution so others can see it.
Cheers,

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thank yall very much for the replys! 

MNedix
Super User
Super User

Hi,

You can create a measure which is independent of any filtering you have on the report page. Assuming that your table is called Table, then:

Grand Total = CALCULATE(SUM(Table[Sales $]),REMOVEFILTERS(Table))

 



If the post helped then please give it a Kudos and mark it as the solution so others can see it.
Cheers,
Anonymous
Not applicable

Hi @Anonymous ,

 

It seems you need to create a new column to get that data, because in powerbi it is a column of data that is of the same type. You may use the measure to calculate your other type of sums, you can provide your sample data and expected results.

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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