Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
good morning
I have two filters. One filters by business unit, and another by job. When I filter by business, it removes all the job types that are not in that business from the second filter. I do not want it to do this. How do I stop this?
I have tried adding a calculated column that takes the max of the business unit name, thinking that a calculated column might help.
I have also tried duplicating the table, and joining on the job name, but job names aren't unique in the table so that also doesn't work.
Any ideas?
Solved! Go to Solution.
Hello @jacques_412,
Can you please try creating a new measure or calculated column in your report using the USERELATIONSHIP function:
MeasureName =
CALCULATE(
[YourMeasure],
USERELATIONSHIP(JobTable[Job], BusinessUnitTable[Job]),
ALLSELECTED()
)
Hello @jacques_412,
Can you please try creating a new measure or calculated column in your report using the USERELATIONSHIP function:
MeasureName =
CALCULATE(
[YourMeasure],
USERELATIONSHIP(JobTable[Job], BusinessUnitTable[Job]),
ALLSELECTED()
)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |