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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
manjeshjk
Helper I
Helper I

Sum of a column based on the the null values from a different column

Hi All,

 

I have a situation where I need to display the sum of Bank account where the Accounted Date in SAP is null using a mesaure.

 

Example

 

Issue DateBank AmountAccounted Date in SAP
1-Jan-23133332-Jan-23
2-Jan-233434343 
2-Jan-2323333 
4-Jan-23908995-Jan-23
5-Jan-2399995-Jan-23
Total Amt3571907 
   
Not Accounted Amount in SAP3457676 

 

Appreciate your feedback

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

I am not sure whether I understood your question correctly, but please check the below picture and the attached pbix file.

 

Jihwan_Kim_0-1674015875027.png

 

 

Not accounted amount in SAP: =
IF (
    HASONEVALUE ( Data[Issue Date] ),
    [Total amount:],
    CALCULATE ( [Total amount:], Data[Accounted Date in SAP] = BLANK () )
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Visit my LinkedIn page by clicking here.


Schedule a meeting with me to discuss further by clicking here.

View solution in original post

2 REPLIES 2
KeyurPatel14
Responsive Resident
Responsive Resident

Hii @manjeshjk ,
Please try below formula and if this helps you then accept it as a solution and give a kudos so that it can reach to more members.

KeyurPatel14_0-1674021758019.png

 

Jihwan_Kim
Super User
Super User

Hi,

I am not sure whether I understood your question correctly, but please check the below picture and the attached pbix file.

 

Jihwan_Kim_0-1674015875027.png

 

 

Not accounted amount in SAP: =
IF (
    HASONEVALUE ( Data[Issue Date] ),
    [Total amount:],
    CALCULATE ( [Total amount:], Data[Accounted Date in SAP] = BLANK () )
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Visit my LinkedIn page by clicking here.


Schedule a meeting with me to discuss further by clicking here.

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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