Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
23 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |