Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi folks,
I have 3 tables:
- Accounts, with account_id and account open year
- Requests, with requests open year (and a relationship of 1-many between account and requests)
- Tasks, with tasks open year (and a relationship of 1-many between requets and tasks)
All relationships are active, and now the user requested to have a year filter where he needs to know what is the number of transacitons happened in a certain year for the 3 mentioned tables (count of accounts opened, requests and tasks).
I created a global dim table called year, added a year value into slicer. Defintly you can't relate this global table with the 3 tables since there are relationships already between them.
How can I have a single year value that filteres all data coming from the 3 different sources? I uploaded my PBIX file here.
Solved! Go to Solution.
@Anonymous in this case, you will have to create seperate measures to calculate your values and using inactive relationship.
i am attaching pbix file that you can modify as per your needs. but this should help you and take you in the right direction.
Proud to be a Super User!
@Anonymous in this case, you will have to create seperate measures to calculate your values and using inactive relationship.
i am attaching pbix file that you can modify as per your needs. but this should help you and take you in the right direction.
Proud to be a Super User!
Yup :), I used to have it before but resulted in a low performance issue given the fact of too much measures.
Isn't there any alternative solution?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 76 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |