The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have two tables: PREVIOUS and CURRENT
I need to make this visualisation:
How do I put those two tables PREVIOUS and CURRENT together (if necessary) and how do I make this visualisation?
Thanks,
R.W.
Solved! Go to Solution.
Thanks Dobregon for your reply.
The two tables are imported from two Excel files
I solved the problem in the end using a DAX expression
COMPARE = UNION(CURRENT;PREVIOUS)
R.W.
Hi,
I have 2 options to you.
SELECT ID, CODE, YEAR FROM PREVIOUS UNION SELECT ID, CODE, YEAR FROM CURRENTThen you will have everthing in the same "table". Then you need to take a visual of columns
Hope this help you
Thanks Dobregon for your reply.
The two tables are imported from two Excel files
I solved the problem in the end using a DAX expression
COMPARE = UNION(CURRENT;PREVIOUS)
R.W.
User | Count |
---|---|
78 | |
77 | |
38 | |
31 | |
28 |
User | Count |
---|---|
106 | |
98 | |
55 | |
49 | |
47 |