March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
I have a card that has shows the count of all the projects. There are slicer drop downs like:
-Employee Name
-Practice (like Finance, DevOps, AppDev)
I am trying to change the count based on the filter I have choose. For example if i have no filter selected the count should be total projects. If I select an employee name the count should show the number of projects the employee worked on, similarly for practice if I select a practice the count of projects should change and only the porjects that fall under a certain practice should be counted.
The data comes from three tables:
1. Project table (has the project related details like name, id etc.)
2. Employee table (has the employee related details)
3. Resource table (this holds different practices)
There is a 1:1 mapping with bi-directional filtering betwen Project and Employee table.
There is a 1:* mapping with bi-directional filtering between Employee and Resource table.
No direct relationship between Resource and Project table.
Is there a way to achieve this in single card?
Hi @hamza1308 ,
In your scenario, we can use the Slicer visual to sort the -Employee Name-Practice (like Finance, DevOps, AppDev). Then when we filter data in the slicer, the data in other visual will also be filtered.
We can also create another separate table (Employee Name, Practice) which has no relationship with other table, then use all selected() function to get the selected value.
You'd better share some sample and expected result to us.
Best Regards,
Teige
So I have a visualization like this:
The slicer FirstName is coming from Employee Table. Practice is coming from Resource Table. I want to filter the count on Projct Count Card.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |