Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have several datasets that I need to connect together to visualize and filter in the same figure.
The datasets look similar to this:
DATASET 1
Organization | Exposure hours | ...(other columns) |
A | 100 | ... |
B | 140 | ... |
C | 130 | ... |
D | 160 | ... |
DATASET 2
Organization | Exposure hours | ... (other columns) |
E | 240 | ... |
I have a figure that shows the exposure hours for the different organizations in the dataset with the ability to filter on them. However, I now want to include organization E from dataset 2 into the same visualization, and being able to filter.
I assume I have to do something with relationships, but I haven't been able to solve it from what I've tried so far. Any suggestions?
Hi @Anonymous ,
What's your desired result? Whether below table is what you want? Do DATASET1 and DATASET2 have the same table structure? If yes, you can combine these two "dataset" into one query using Append Queries in Power Query Editor.
Organization | Exposure hours | ...(other olumns) |
A | 100 | ... |
B | 140 | ... |
C | 130 | ... |
D | 160 | ... |
E | 240 | ... |
Merge Vs. Append In Power BI In Power Query Editor
Best Regards
@Anonymous , One option it to merge two dataset
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
or create a common /bridge table for organization and use : https://www.youtube.com/watch?v=Bkf35Roman8
Hi @Anonymous ,
Create a relationship on DATASET2[Organization] colmn and DATASET1[Organization] column.
thanks,
Pragati
User | Count |
---|---|
77 | |
76 | |
41 | |
30 | |
24 |
User | Count |
---|---|
97 | |
91 | |
52 | |
47 | |
46 |