Forum Discussion
asbpowerbi
2 years agoHelper IV
How to remove a filter and get a count
Hello Community, I am a new user. I have an embeded power BI report. When displying the report we also send a value to filter (CustomerEmailAddress) our Tickets (st_Tickets) table so that when t...
- Anonymous2 years ago
Hi asbpowerbi ,
I think you can try ALL() function to remove filters.
TotalTickets = CALCULATE ( COUNTROWS ( 'st_tickets' ), ALL ( 'st_tickets' ) )Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi asbpowerbi ,
I think you can try ALL() function to remove filters.
TotalTickets =
CALCULATE ( COUNTROWS ( 'st_tickets' ), ALL ( 'st_tickets' ) )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.