Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
79 | |
63 | |
52 | |
47 |
User | Count |
---|---|
217 | |
89 | |
76 | |
67 | |
60 |