Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!