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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Roger_M
Helper I
Helper I

Specific Columns Total Combined

How do I add the total of several specific columns and create a visual to display it?

I selected on the Visual Values to have the Totals displayed.  Now I need to sum only specific totals of these columns and I would like to display that as a grand total on a different visual.  Please help. 🙂

Mouchra_0-1746141020626.png

 

2 ACCEPTED SOLUTIONS
V-yubandi-msft
Community Support
Community Support

Hi @Roger_M ,

Thank you for engaging with the Microsoft Fabric Community. I tried to reproduce your requirement and was able to achieve it successfully.
I've attached a screenshot for your reference, and also included the DAX measure I used to get the correct result.
FYI:

Vyubandimsft_0-1746161300307.png

 

User Measure:

TotalSpecificColumns = 
    SUM('Table'[Scaff Removed to grade]) +
    SUM('Table'[Rope ET to Grade]) +
    SUM('Table'[Rope UT to grade]) +
    SUM('Table'[Rope UTs to grade])

 

If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.

View solution in original post

Hi @Roger_M ,

Create a new measure in Desktop by following these steps: Go to the Home tab---click on the Modeling tab--- select New Measure -----  paste the measure I mentioned, and click OK.

 

Vyubandimsft_0-1746437303772.png

 

For more details, I have attached a PBIX file with sample data. Please refer to the PBIX file.

 

 

Did I answer your question? Mark my post as a solution.

View solution in original post

4 REPLIES 4
Roger_M
Helper I
Helper I

Hi @V-yubandi-msft ,

 

I just got back to my computer and will try to place your solution in my dashboard, but I am not sure where you placed the calculations, in a cell or a visualization, it appears you created extra columns?   Please advice, I am pretty novice with PBI.  

Mouchra_0-1746403280189.png

 

Hi @Roger_M ,

Create a new measure in Desktop by following these steps: Go to the Home tab---click on the Modeling tab--- select New Measure -----  paste the measure I mentioned, and click OK.

 

Vyubandimsft_0-1746437303772.png

 

For more details, I have attached a PBIX file with sample data. Please refer to the PBIX file.

 

 

Did I answer your question? Mark my post as a solution.

@V-yubandi-msft , thank you so much for your help.  After I placed my last question I thought about this "New Measure" you provided the instructions for.  I have not used much Dax lenguage on my PBI dashboards until now.  I will start to learn more.

Thank you again!!

V-yubandi-msft
Community Support
Community Support

Hi @Roger_M ,

Thank you for engaging with the Microsoft Fabric Community. I tried to reproduce your requirement and was able to achieve it successfully.
I've attached a screenshot for your reference, and also included the DAX measure I used to get the correct result.
FYI:

Vyubandimsft_0-1746161300307.png

 

User Measure:

TotalSpecificColumns = 
    SUM('Table'[Scaff Removed to grade]) +
    SUM('Table'[Rope ET to Grade]) +
    SUM('Table'[Rope UT to grade]) +
    SUM('Table'[Rope UTs to grade])

 

If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.