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
vjnvinod
Impactful Individual
Impactful Individual

Total in the Table visual

Hi,

 

i have a table visual(see below), where i have 2 coloumn Gter and Margin, see below

what i want to do is show the total of GTER coloumn only, not margin total

 

how do i do that?

 

Capture.PNG

1 ACCEPTED SOLUTION
vjnvinod
Impactful Individual
Impactful Individual

@mahoneypat @amitchandak 

 

please ignore, i figured it out, i just had to push the coloumn to "Dont summarize" and it resolved the issue

View solution in original post

3 REPLIES 3
mahoneypat
Employee
Employee

You will need to add a condition to your margin measure to prevent a result in the "total" row.  You didn't show the column(s) in your table but you need something like this.

 

Account Margin % YTD = IF(HASONEVALUE(Table[Column]), [Account Margin % YTD])

 

This will return blank in the total row.  Replace Table[Column] with one of the columns in your table.  Also, you can reference your existing margin measure as shown, or just wrap your current expression with the IF(HASONEVALUE ....).

 

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


vjnvinod
Impactful Individual
Impactful Individual

@mahoneypat  @amitchandak 

 

Note: Account Margin % YTD is a coloumn and not measure.

so the below formula you have provided doesn't works, i tried and its showing me everything blank

vjnvinod
Impactful Individual
Impactful Individual

@mahoneypat @amitchandak 

 

please ignore, i figured it out, i just had to push the coloumn to "Dont summarize" and it resolved the issue

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.