Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
102 | |
99 | |
38 | |
37 |
User | Count |
---|---|
158 | |
125 | |
76 | |
74 | |
63 |