The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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])