Forum Discussion
problem with userrelationship
- 5 years ago
jppuam Although what VijayP is suggesting would work but I believe (trust me), appending the tables in Power Query is your best otherwise you are going to do un-necessary work with DAX, if you have to create another DImension table, means you need all the keys in that table and it goes back to appending the table in the Power Query.
Good luck!
Check my latest blog post Improve UX: Show Year in Legend When Using Time Intelligence Measures | PeryTUS IT Solutions I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
I Think parry2k suggestion is Good, however There is another way in my opinion which is to create another column combining both project id and sub project id and apply use relationship . Even the Dimension table should have the combined column in this case
- jppuam5 years agoHelper V
Hi VijayP
But thats what is the Key (concatenate Project and subproject).
How do you use userelationship in this case to give me the final table ?
thanks
JP
- VijayP5 years agoCommunity Champion
Create a Dim Table Having The conctenated Field and Connect that to one Fact Table and then use relation ship to bring other table values here!
- jppuam5 years agoHelper V
i dont understand why its not working. Now, i even create a summarize and then connected to the table 2, and shows always 2 lines per record.