Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
mauroanelli
Helper I
Helper I

display date when TOTAL value becomes negative

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

1 ACCEPTED SOLUTION

und the solution using this formula

 

Data fine C.I. = MINx(FILTER('Calendar';[Parziale C.I.]<0);'Calendar'[Data].[Date])

View solution in original post

3 REPLIES 3
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @mauroanelli ,

Could you please post some sample data to have a test if possible?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

und the solution using this formula

 

Data fine C.I. = MINx(FILTER('Calendar';[Parziale C.I.]<0);'Calendar'[Data].[Date])
Johanno
Continued Contributor
Continued Contributor

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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors