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.
How to Find (today +2 days equal to Due Date ) condition true count of Unique Ticket ID
i tried
ticket-2days = IF ( TODAY ()+2 = DATE ( YEAR ( Table[DueDate]), MONTH ( Table[DueDate] ), DAY ( Table[DueDate] ) ), CALCULATE(DISTINCTCOUNT(Table[Ticketno])), 0 )
Solved! Go to Solution.
Hi @Anonymous ,
Try Measures
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
HI @Anonymous ,
Try
ticket-2days = CALCULATE(DISCTINCTCOUNT('Table'[Ticketno]), FILTER('Table', 'Table'[Due Date] = TODAY ()+2 ))
If this does not work, please share some sample data.
Regards,
Harsh Nathani
Hi @Anonymous ,
Try this.
Create a new Calculated Column
Pull the Calculated Column and Ticket ID (Summarize Ticket ID by Distinct Count) and do a relative Date Filtering of the Visual.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi @harshnathani it's working now
Now the result is But I need like this
based on the Above result only i have another calculation are there that's why im asking
Hi @Anonymous ,
Try Measures
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Thanks for your Support
It's Not working me , but there's No error,
I Don't know what is the issue Herewith i have attachhed PBIX file Click here , Could you Please Check?
Thanks & Regards,
Rajesh
Hi @Anonymous ,
You request close date does not have any dates which are today.
Is it request close date or due date.
Regards,
Harsh Nathani
@Anonymous ,
Your measure has closed date. Pls check
Regards,
Harsh Nathani