This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.