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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
GoDawgs2017
Frequent Visitor

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
v-tianyich-msft
Community Support
Community Support

Hi @GoDawgs2017 ,

 

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
Solution Supplier
Solution Supplier

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

 

View solution in original post

3 REPLIES 3
GoDawgs2017
Frequent Visitor

Thank yall very much for the replys! 

MNedix
Solution Supplier
Solution Supplier

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

 

v-tianyich-msft
Community Support
Community Support

Hi @GoDawgs2017 ,

 

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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