This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I've two tabels:
Employee Consult and Scanvragen MC. In the tabel Employee Consult are colomns with questionscores. The name of the colomn is the code of te question. The questions with the codes are in the second table, Scanvragen MC. I want tot report from te first table the quistionscores with the questionteks form te second table. I don't know how to do that.
Still not found a solution. Don't know how to pivot the first table in a correct way.
The idea is you first need to transport or pivot the first table in to something like:
| Code | Employee 1 | Employee 2 |
| ECMW001 | 60 | 100 |
| ECMW002 | 60 | 100 |
| ECMW003 | 60 | 80 |
| ECMW004 | 60 | 80 |
| etc.... |
Then once you related the 2 tables with Code columns, you can just drage code, question, employee scores to a table visual in the report.
However, you could provide the sample pbix file if you need a definite solution.
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
Thanks for Your reply. Where can I find the sample pbix?
Jacques
@jaspijk ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
Hi,
Was my econd message clear enough for You?
thansks for your quick reply!
In tehe first tabel You see the colomns ECCO001, ECCO002, ECCO003, ....... The colomn-names are corespondending with a field in he second table 'vraagcode'. I want tot use 'vraagtekst' from the second table as the colomnames of the first to report the results. So instead of reporting ECCO001 with the everagescore of 89, I want to report the corrrespondeding text woth tehe score.
Now I get:
And I want:
'Dat de organisatie een duidelijke visie heeft' (text in the second table)
89
Check out the April 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 |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 48 | |
| 29 | |
| 23 | |
| 23 |