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.
Hi All,
I need your help.
I have graph showing accumulative lines of forecast, actual etc.
i used this qury to make lines in graph.
as you can see the lines doesn't stop even though they have same value.
what i want to show is lines till they have value..
i don't know what relationship they have so lines goes forever...
any ideas?
regards,
CL
@Anonymous , try like
You try using the date from table in max
CSU SP_Contractual =
CALCULATE(
COUNTA('Data - CSU SP PO'[CONTRACTUAL_DELIVERY_DATE]), USERELATIONSHIP('Data - CSU SP PO'[CONTRACTUAL_DELIVERY_DATE],'calendar'[Date]),
FILTER(
ALLSELECTED('Calendar'[Date]),
'Calendar'[Date]<= MAX('Data - CSU SP PO'[CONTRACTUAL_DELIVERY_DATE])))
Can you share sample data and sample output in table format?
Hi @Anonymous ,
Can you pls upload your .pbix file to onedrive business and share the link with us?
Remember to remove the confidential information.