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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Pascal_15
Regular Visitor

Customizing the row subtotal for a single column

Hi,

 

I have searched for this and there should actually be a simple solution to this however it is not showing up as an option in my Power BI. So either Im doing something wrong or it's not available anymore.

 

I have a table showing when budget changes have been requested, that table also contains a date field:

Pascal_15_0-1715330341340.png

The 'Actueel' line is a Row subtotal. It shows the initial budget (PVA) and changes that have been requested (WV1/2). It also shows when these documents have been submitted. Preferably I would just like to keep the subtotal for the date field empty as its nonsense. 

 

For some reason Power BI doesn't recognize anything but the 'Wijziging' column as a column and is not giving me an option to change it:

Pascal_15_1-1715330507574.png

 

I was hoping to just be able to select the date column here and change the text color or whatever to make it disappear. Any tips?

 

 

1 ACCEPTED SOLUTION
miTutorials
Super User
Super User

You can fix this in 2 ways..

 

1. Move the Date field to 'Rows' instead of 'Values'

2. Create a measure like below and drag the measure to Values section.

 

 

Date = IF(ISINSCOPE('Table'[Wijziging]),MAX('Table'[Date]))

 

View solution in original post

2 REPLIES 2
miTutorials
Super User
Super User

You can fix this in 2 ways..

 

1. Move the Date field to 'Rows' instead of 'Values'

2. Create a measure like below and drag the measure to Values section.

 

 

Date = IF(ISINSCOPE('Table'[Wijziging]),MAX('Table'[Date]))

 

Thanks, the second fix worked best, the other created some hierarchy in the rows that I wasn't too happy with. Thanks!

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.