This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
Good day. Appreciate anyone's help on this concern:
I have 2 tables as example below:
Table A
| DATE | QUANTITY |
| Jan 1, 2020 | 10 |
| Jan 1, 2021 | 20 |
Table B
| DATE | QUANTITY |
| Jan 1, 2020 | 20 |
| Jan 1, 2021 | 30 |
I would like the above to show in powerbi as one table:
| Jan 1, 2020 | Jan 1, 2021 | |
| Table A | 10 | 20 |
| Table B | 20 | 30 |
Is that possible? Note that tables a and b has no column named as "Table A" or "Table B"
Thanks in advance!
Solved! Go to Solution.
Hi @catsy ,
According to your needs, you can use "append" in power query to merge into a new table, and then create a new column through dax with the content "TableA" and "TableB". Finally, put the corresponding field in the matrix to get the result.
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @catsy ,
According to your needs, you can use "append" in power query to merge into a new table, and then create a new column through dax with the content "TableA" and "TableB". Finally, put the corresponding field in the matrix to get the result.
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@catsy , Add a column in Dax of power with the table name and use that.
You need to add the column of the table name is both dates. Then create a table having table names. Also need to create a date table. Join to both these tables with the Date and table name table and analyze the data across
https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
Check out the May 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 |
|---|---|
| 27 | |
| 25 | |
| 22 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 47 | |
| 23 | |
| 18 | |
| 18 |