March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
Not sure I'm phrasing the question well in the title but here's an example of what I'm trying to do. For eg let's say I have the below table:
Simulation | Colour | Count |
1 | Red | 1 |
1 | Orange | 2 |
1 | Yellow | 2 |
1 | Green | 3 |
1 | Blue | 2 |
1 | Indigo | 1 |
1 | Violet | 2 |
2 | Red | 3 |
2 | Yellow | 2 |
2 | Green | 3 |
2 | Blue | 2 |
2 | Violet | 4 |
And I also have a key of all available colours:
Colour |
Red |
Orange |
Yellow |
Green |
Blue |
Indigo |
Violet |
I would like to transform the first table to show:
Simulation | Colour | Count |
1 | Red | 1 |
1 | Orange | 2 |
1 | Yellow | 2 |
1 | Green | 3 |
1 | Blue | 2 |
1 | Indigo | 1 |
1 | Violet | 2 |
2 | Red | 3 |
2 | Orange | 0 |
2 | Yellow | 2 |
2 | Green | 3 |
2 | Blue | 2 |
2 | Indigo | 0 |
2 | Violet | 4 |
I tried merging the tables in a new query but that didn't add in the 0 rows.
Many thanks to anyone that can advise.
Solved! Go to Solution.
you can do this in PQ, pls see the attachment below
Proud to be a Super User!
you can do this in PQ, pls see the attachment below
Proud to be a Super User!
Thanks, I'll give it a try!
Hi @GBKYE2
Are the two tables linked through the color column? Are you trying to create a calculated table or a table visual?
Hi tamerj1,
Yes the data are linked to the colour column. From the sounds of it I'm trying to create a calculated table but I originally thought I would have to do this through the queries.
Thanks, I'll give both a try!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |