Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have two tables, where one table has customer scores by month and categories and the other one with monthly revenue. Majority of my visuals are using the second table, and I would like to create a scatter plot graph that shows the distribution of revenue and scores. To do this, I have to match the two tables via account ID and month. Because of the categories in table 1, IDs and Month's repeat, thus I cannot use a LOOKUPVALUE. I tried creating measures with filters but they didn't work either. Below are my two tables:
Table 1:
Account ID | Category | Month | Score |
1001 | Security | June 2021 | 82% |
1001 | Compliance | June 2021 | 78% |
1001 | Other | June 2021 | 91% |
1002 | Security | June 2021 | 45% |
10020 | Other | June 2021 | 78% |
Table 2:
ID | Month | Revenue |
1001 | June 2021 | $100 |
1002 | June 2021 | $105 |
10030 | June 2021 | $124 |
I also tried creating a temporary table within my measure that summarizes table 1 into ID and Month, but that didn't work either. How can I create a measure that links both of these tables together so I can see the distribution of revenue and scores on an ID level?
Solved! Go to Solution.
Hi @byr10112
I believe, there are many ways to solve the requirement, most easy way is
CONCATENATE ID and Month Column in both table
Use the LOOKUPVALUE function to bring Revenue Data in Table1
or Marge Table in Power Query with the CONCATENATE resulted column
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos
Proud to be a Super User! | |
Hi @byr10112
I believe, there are many ways to solve the requirement, most easy way is
CONCATENATE ID and Month Column in both table
Use the LOOKUPVALUE function to bring Revenue Data in Table1
or Marge Table in Power Query with the CONCATENATE resulted column
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos
Proud to be a Super User! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
133 | |
76 | |
53 | |
38 | |
37 |
User | Count |
---|---|
202 | |
80 | |
71 | |
55 | |
48 |