Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 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,
I have a table called events. I have filtered it so that only the last 7 days will be displayed. However, I want to show all the events in the past 7 days just like the table, and then show the Total amount of Events for that specialist. The measure though, shows the total amount of events for all specialists. How can I show the total # of events per specialist ignoring the filter on the visual?
THanks
Hi @lcasey ,
It may be that the filter criteria are not applied to the correct column. Try a formula similar to the following, where column refers to the filter condition that only keeps the selected column.
Measure = COUNTROWS(ALLEXCEPT('Table','Table'[Column1]))
If the basis is confused, can you provide a test data model (delete sensitive information) so that I can do further testing.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@lcasey You need to replace your ALL with ALLSELECTED or something similar.
I tried your suggestion but the total always remains the smae for all specialists. It is providing the correct Total Number of events, but I want to see that total broken out by the specialist.
User | Count |
---|---|
134 | |
71 | |
70 | |
54 | |
52 |
User | Count |
---|---|
205 | |
95 | |
63 | |
61 | |
54 |