The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I am trying to create a dynamic value for quote totals during a selected period. Below is the measure I currently have and the error I am getting. Thanks.
Solved! Go to Solution.
@Tripb44 , Change Return like
sumx(filter(Cycletime, cycletime[EntryDate]>_date),cycletime[Quote_total])