The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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