Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
i have 3 table , Master, 2324, 2425,
i am tryinng to get the values from 2324 & 2425 based on master Company id , but there will mutiple values in both table
when i am trying Lookup not helping, Can any one help me
Solved! Go to Solution.
Hi @Sudhakar1000 ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a model relationship.
We can create a measure.
Measure = SUM('2324'[value])+SUM('2425'[value])
(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Sudhakar1000 ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a model relationship.
We can create a measure.
Measure = SUM('2324'[value])+SUM('2425'[value])
(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share some data to work with, explain the question and show the expected result. Share data in a format that can be pasted in an MS Excel file.
User | Count |
---|---|
61 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
82 | |
62 | |
45 | |
40 | |
39 |