Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
I have two tables
green table contain all the details & Yellow table contain same raw header without details, can I combine both to get the same blue table
Hi,
Sure, like that:
It didn't work as union needs same number of column
CROSSJOIN ( Yellow, VALUES ( Green[attendees] ) ) adds one missing column to the Yellow table so this solution should work. The screenshot is from DAX Studio where it worked for me.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 67 | |
| 58 | |
| 44 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 105 | |
| 36 | |
| 26 | |
| 26 |