This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi i have two tables that I need to be able to display the total values. They are set out as follows:
Table 1: System Data. Each entry has a row and a Business Unit and a Type to identify, and then i go through and count the number of rows. Easy
(This would be counted as four CCCs)
Table 2: User Submitted Data. Each row but has the values in a column for that particular date (week, month) and i need to be able to show them alongside the system data.
All good and well. But the problem is Table 2 is not the same as Table 1 because in Table 2 each entry is submitted via a Microsoft Forms and instead of having rows with a Type in it, it has the values inside a column that never changes (e.g. CCC, LLC, OCC).
Screenshot below
Any ideas how I can get the values from the User Submitted data (singular rows with values, identified by each specific static header) to count along side the values in Table 1 (multiple rows, identified by Type)
Hi @albertax ,
There are several same columns in both tables. Can we identify the records by date, business unit and project then get corresponding values? What is the expected result?
https://docs.microsoft.com/en-us/power-query/merge-queries-overview
Best Regards,
Jay
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 34 | |
| 25 | |
| 24 |