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.
I have a simple model:
dim Employee --> employee_id + Name
fact Complaints --> complaint_id + registror_id + executor_id + duration.
Registor ID is the Employee who made the complaint
Executor ID is the employee to solve the complaint.
My idea this can be done by make an active relationship between employeer_id and registor_id to show the Registors (put dim Employee [Name] in a table column. Also make an inactive relationship between employee_id and executor_id:
And I wrote a measure to show the Executor:
Solved! Go to Solution.
I found a link which discusses this:
https://community.fabric.microsoft.com/t5/Desktop/Dealing-with-multiple-references-to-the-same-table...
simply the model and create a proper star schema it would be recommended to have two user tables, one will be Sales Owner Users and the other Relationship Owner Users. There really isn't a need to create complexity in measures / visuals / report with a single user table (which usually only have a few hunderd or a few thousand records)
So it would be best practice to make multiple references! I probably was overthinking this 🙂
I found a link which discusses this:
https://community.fabric.microsoft.com/t5/Desktop/Dealing-with-multiple-references-to-the-same-table...
simply the model and create a proper star schema it would be recommended to have two user tables, one will be Sales Owner Users and the other Relationship Owner Users. There really isn't a need to create complexity in measures / visuals / report with a single user table (which usually only have a few hunderd or a few thousand records)
So it would be best practice to make multiple references! I probably was overthinking this 🙂
Hi @joris-kempen ,
Glad to see that you found the documentation to solve your problem, it will help other users on the community who have the same problem!
Best regards,
Albert He
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |