Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello Group Members, I am stuck in a situation where I have to findout: 1-Number of open issues as of today's date (Including past dated item if open) 2-Number of open issues after today's date.
Please assist. Thank you.
Ticket Status Last Date to close
XXX Closed 04-09-2020
ABC Open 01-09-2020
DFG Open 31-08-2020
GHJ Closed 01-09-2020
FHT Open 10-09-2020
FGH Open 15-09-2020
Solved! Go to Solution.
@saurabhsahu0111 , Try like
calculate(countrows(Table), filter(Table, (table[Status] ="Open" && [Last Date to close] =<today()) || (table[Status] ="Closed" && [Last Date to close] >today())))
or
calculate(countrows(Table), filter(Table, (table[Status] ="Open" && [Last Date to close] <today())))
or
calculate(countrows(Table), filter(Table, (table[Status] ="Open" && [Last Date to close] <= today())))
@saurabhsahu0111 - Seems like:
Measure 1 = COUNTROWS(FILTER('Table',[Status]="Open" && [Last Date to Close] <= TODAY())
Measure 2 = COUNTROWS(FILTER('Table',[Status]="Open" && [Last Date to Close] > TODAY())
I feel like I am missing something.
You may find this handy -
https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
If the above posts help, please kindly mark it as a answer to help others find it more quickly. thanks!
If not, please kindly elaborate more.
@saurabhsahu0111 - Seems like:
Measure 1 = COUNTROWS(FILTER('Table',[Status]="Open" && [Last Date to Close] <= TODAY())
Measure 2 = COUNTROWS(FILTER('Table',[Status]="Open" && [Last Date to Close] > TODAY())
I feel like I am missing something.
You may find this handy -
https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
@saurabhsahu0111 , Try like
calculate(countrows(Table), filter(Table, (table[Status] ="Open" && [Last Date to close] =<today()) || (table[Status] ="Closed" && [Last Date to close] >today())))
or
calculate(countrows(Table), filter(Table, (table[Status] ="Open" && [Last Date to close] <today())))
or
calculate(countrows(Table), filter(Table, (table[Status] ="Open" && [Last Date to close] <= today())))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
78 | |
53 | |
38 | |
36 |
User | Count |
---|---|
100 | |
85 | |
47 | |
45 | |
44 |