Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
21 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |