Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm very new to Power BI and I'm analyzing survey data.
There are 3 groups: Group A, Group B, and Group C.
There are 15 different questions.
These questions were asked to the same group in Jan, Feb, and March.
I have a Group A table, Group B table, and Group C table.
I think I'm having trouble modelling the data correctly (probably overcomplicating it).
I try to plot a line graph with small multiples of the "question", "month" as the axis, and "score" as the values, it just doesn't turn out right and I also want to label them by the "groups" and cannot do so.
Any assistance on where my mistakes are?
Solved! Go to Solution.
@genessabagain , Either add a group name column in three table in power query and Append
Append : https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Or create common dimensions like month and questions
Hi @genessabagain,
I'd like to suggest you create a new calculated table to union these table records with a custom field to remark the source table.
New table =
UNION (
ADDCOLUMNS ( GroupA, "Source", "GroupA" ),
ADDCOLUMNS ( GroupB, "Source", "GroupB" ),
ADDCOLUMNS ( GroupC, "Source", "GroupC" )
)
Regards,
Xiaoxin Sheng
@genessabagain , Either add a group name column in three table in power query and Append
Append : https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Or create common dimensions like month and questions
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
57 | |
36 | |
31 |
User | Count |
---|---|
90 | |
60 | |
60 | |
49 | |
45 |