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.
_
Hi @AnonymousPerson
I believe as you are missing condition for 'Sales Ticket'[Comparable Sales Flag] in the measure that is why 2 rows are coming for you.
If you can update your calculate function in your measure as below then I believe this should work for you.
Calculate( Sum( Ticket_Count), PY_DATES, Filter('Sales Ticket','Sales Ticket'[Comparable Sales Flag] = True() ) )
Could you please mark this reply as a solution if it works out for you .
Thanks
Radhika
@AnonymousPerson You may find this helpful - https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000
Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...