Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |