Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
How to compare (today date +1 equal to RequestClosedDate ) both are same return distinct count of Ticketno else 0
i have tried
Could you help with me these questions?
Thankful
Rajesh
Hi @Anonymous
Try this
Ticket-Closed-oneday =
VAR __tomorrow = TODAY() +1
RETURN
CALCULATE(
DISTINCTCOUNT( 'Table'[Ticketno] ),
'Table'[RequestClosedDate] = __tomorrow
)
above you mentioned measures not working, its return blank value
suppose if i'm using column
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |