Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
i am new to this. i have 2 tables my issue is that i have to get a result that displays number of jobs allocated to each worker name. i dont understand how to make the relation between the two tables. I appreciate your help.
Solved! Go to Solution.
You may also just use the measure below.
Measure = VAR w = MAX ( worker[WorkerId] ) RETURN COUNTROWS ( FILTER ( job, job[Worker Id] = w ) )
You may also just use the measure below.
Measure = VAR w = MAX ( worker[WorkerId] ) RETURN COUNTROWS ( FILTER ( job, job[Worker Id] = w ) )
It looks like you've already made a relationship on the given picture?
Im guessing you just can relate workerid from both tables?
Do you get any errors? what is the problem
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |