cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
kevinEGE
Regular Visitor

List of ID's

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!

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
lbendlin
Super User
Super User

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.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors