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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
PTI5456
Frequent Visitor

PBI Help

I have a 2 questions:

 

1. I am trying to remove net zero charges from accounting in my data by same account number. This could potentially inflat my other functions/visuals in Power BI. Is there a way to remove net zero charges?

 

2. I am trying to sum 1 record with same total charge amount per account number. For example, account number "123" has 3 entries of $5, but total charges of $25. I do not want to sum the $25 3 times, but only once. Is there a way I can account the $25 once in a sum?

 

PTI5456_0-1716214458315.png

 

 

1 REPLY 1
sanalytics
Super User
Super User

@PTI5456 

1 -> Dont understand properly.. Need more clarification for that.

2 -> Try below meausre

Measure = 
SUMX(
      VALUES( 'Table'[PAN] ),
      CALCULATE( MAX( 'Table'[Total Charges] ))
)

 

Hope it helps.

 

Regards

sanalytics

 

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.