Forum Discussion
VilmarSch
Post Partisan
2 years agoConvert Python script to DAX - Conditional Accumulated
Input: import pandas as pd
data = {
'Mes': list(range(1, 7)),
'Entrada': [892.78, 322.32, 557.25, 1034.96, 1641.06, 544.83],
'Saida': [997.81, 313.25, 734.94, 921.74, 859.57, 1142.17...
VilmarSch
Post Partisan
2 years agoAnonymousthanks for the answer, but it didn't give the expected result. I believe it is something more complex.
Anonymous
2 years agoNot applicable
Hi VilmarSch ,
May be you can try to use power query.
Solved: Do Not Consider If Accumulated Value Is Negative P... - Microsoft Fabric Community
Best Regardsd,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- VilmarSch2 years ago
Post Partisan
AnonymousI saw this topic, but I really needed to do it in DAX