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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
HI ALL,
i have a matrix with a running total and i want to add a card that my report that shows the name of the first month when the running total becomes negative
regards
Solved! Go to Solution.
und the solution using this formula
Hi @mauroanelli ,
Could you please post some sample data to have a test if possible?
Regards,
Daniel He
und the solution using this formula
Hi, you could get the first negative month by using:
FirstMonth = CALCULATE(MIN(Table1[Month]);Table2[Value]<0)
However you would get the month by the first letter in the alphabet. Do you also have the specific dates or a date table? Could you share the data?
/Johan
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.