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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Gianluigi
Helper II
Helper II

table display object

Hi,

I have created a table view object with several columns. One column is a measure. I would like the measure not to total. Is this possible without having to remove the total from all the columns in the table object?

 

Thank you

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You can modify the measure to check whether it is in the total row or not. If you have 'Table'[Column 1] in your table visual then you could use e.g.

My Sum =
IF ( ISINCOPE ( 'Table'[Column 1] ), CALCULATE ( SUM ( 'Table'[Column 2] ) ) )

So when the measure is calculated for individual rows it will return a value, but it will return blank in the total row.

View solution in original post

4 REPLIES 4
johnt75
Super User
Super User

You can modify the measure to check whether it is in the total row or not. If you have 'Table'[Column 1] in your table visual then you could use e.g.

My Sum =
IF ( ISINCOPE ( 'Table'[Column 1] ), CALCULATE ( SUM ( 'Table'[Column 2] ) ) )

So when the measure is calculated for individual rows it will return a value, but it will return blank in the total row.

Hi @Gianluigi 

If a community member's response addressed your query, please consider marking it as Accepted Answer and click Yes if you found it helpful.

 

If you have any further questions, feel free to reach out.
Thank you for being a valued member of the Microsoft Fabric Community Forum!

 

Hi @Gianluigi ,

We haven’t heard back from you regarding our previous response and wanted to check if your issue has been resolved.

If it has, please consider clicking “Accept Answer” and “Yes” if you found the response helpful.
If you still have any questions or need further assistance, feel free to let us know — we're happy to help!

Thank you!

 

Hi @Gianluigi ,

If a community member's response addressed your query, please consider marking it as Accepted Answer and click Yes if you found it helpful.

If you have any further questions, feel free to reach out.
Thank you for being a valued member of the Microsoft Fabric Community Forum!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.