This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
I cannot seem to figure out how to create a measure to count how many times people in Table 1 appear as a Nominee in Table 2 with the Category status as "Now" more than once.
Table 1
Table 2
Thank you,
Solved! Go to Solution.
Hi,
You may download my PBI file from here.
Hope this helps.
Hi,
Show the result you are expecting and share the link from where i can download your PBI file.
I would expect to see a count of 2 as from Table 1 only 'Jessica Jay' and 'Alexis Reyes' appear in table 2 as Nominee Name with Category "Now" more than once.
In the PBI file, I created a relationship between the two tables and created a table to show the names from table 1 who appear in table 2
Hi,
You may download my PBI file from here.
Hope this helps.
This is great. Appreciate the quick response!
You are welcome.
Create a relationship between your tables and create a measure that counts the nominee on the table 2.
Count Nominee = CALCULATE( COUNT( YourTableName[Nominee Name]) , YourTableName[Category] = "Now" )
Use your employee name of table1 and the measure you created
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 41 | |
| 28 | |
| 22 | |
| 22 |