Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
User | Count |
---|---|
123 | |
76 | |
62 | |
50 | |
49 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |