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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
FOXYBARK
Helper III
Helper III

How can I remove a total on a date column in table?

HI there. 

 

I have the following table shown with these columns. One column is a date column and I'd like to remove the total on the date column only. I did try adjusting the font color to white using the 'Specific Column' option to format. However, that will adjust the other date values in that column as well. I don't want to do that. Any suggestions?

 

Thanks

 

FOXYBARK_0-1754681247872.png

 

1 ACCEPTED SOLUTION

Then remove that end date column and drag this measure instead

Edate = max(Data[End date])

Measure = if(hasonevalue(Data[Furniture]),[Endate],blank())

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

4 REPLIES 4
Ashish_Mathur
Super User
Super User

Hi,

Assuming End date is a measure that you have written, write this measure

Measure = if(hasonevalue(Data[Furniture]),[End date],blank())

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Thanks. The end date is not a created measure. It's an actual column in my data set. 

Then remove that end date column and drag this measure instead

Edate = max(Data[End date])

Measure = if(hasonevalue(Data[Furniture]),[Endate],blank())

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Greg_Deckler
Community Champion
Community Champion

@FOXYBARK Create a measure that displays the date for individual rows but blank when in the total row. See following information.

 

First, please vote for this idea: https://community.fabric.microsoft.com/t5/Fabric-Ideas/Matrix-Table-grand-totals-with-Measures/idi-p...

This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907

Also: https://youtu.be/uXRriTN0cfY
And: https://youtu.be/n4TYhF2ARe8



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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