Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Good morning!
So, i have 2 tables. One its called fProjects and other dUsers. Each row on fProjects means a unique project, and each row on dUsers means a unique user. In fProjects i have a column of project team, that is a List of ID's of Users.
I want to make a filter that shows just users participating on some project and if i filter by project, just the users of this project.
The relationship between the two tables is *-1 which means each user participate many projects.
any ideas?
Thank u so much!
Hi @kevinEGE ,
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
The relationship is *:* That is pretty much the worst case scenario when combined with your need to filter both ways.
It may work but you won't be able to use that data model for anything else.
Read about Star Schema / Snowflake Schema, and about the conceptual difference between these and the Associative Model of Qlik.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
111 | |
93 | |
87 | |
35 | |
35 |
User | Count |
---|---|
154 | |
102 | |
82 | |
64 | |
54 |