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.
Hi,
I'm new to Power BI and it's my first question of many.
I have a colum of PM Fess that contains negative values.
I would like a Measurment that would calcualte the sum only the negative Values,
and another that would Calculate only positive Values
My first attempt at calculating the sum of Negative values from
Solved! Go to Solution.
Hi @AlEde
Try this
Expected Revenue = CALCULATE(SUM('PMO Reporting Data'[PM Fees]), 'PMO Reporting Data'[PM Fees] < 0)
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Hi @AlEde
Try this
Expected Revenue = CALCULATE(SUM('PMO Reporting Data'[PM Fees]), 'PMO Reporting Data'[PM Fees] < 0)
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
That worked 🙂
Thank you
Check out the July 2025 Power BI update to learn about new features.