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.
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! 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 | |
85 | |
66 | |
52 | |
48 |
User | Count |
---|---|
215 | |
90 | |
83 | |
67 | |
59 |