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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I am trying to replicate an excel formula into dax measure but it is not understanding the rules, can you help me with this?
Original:
Formula: =SE(E8<0;(D9+E8);D9)
PBI:
Dax:
How can I star with "0" as in line above in the excel?
The main idea is: when Last Month's Result be positive: replicate current month result
When last month be negative: acumulate the result with last month (current month + last month)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.