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.
Hi Everyone,
I need your support. I am working on a small project and the raw data is attached.
This is an online customer interaction platform. The customer register as a friend and they will get a coupon on various occasions.
Such as answering the survey, and giving their personal behaviors.
The data is based on conversation and all coupons are scattered.
My desire is simply to have a header ID, Coupon1, Coupon2, and so on. Rows with their ID, and Give or Used for their respective coupon.
ID | Coupon 1 | Coupon 2 |
1 | Given | Given |
1 | Used |
I tried grouping and unpivoting but ID is repeatedly shown.
Thanks
Solved! Go to Solution.
1. Right click the table, then "edit query" to open the Query Editor
2. Highlet USERID and Conversation Count, then Transform->Unpivot Columns-> Unpivot other columns (see screenshot)
3. Rename "Attribute" as "Status"
4. Create a conditional column as seen here for "used"
5. You can add a "given" column the same way
1. Right click the table, then "edit query" to open the Query Editor
2. Highlet USERID and Conversation Count, then Transform->Unpivot Columns-> Unpivot other columns (see screenshot)
3. Rename "Attribute" as "Status"
4. Create a conditional column as seen here for "used"
5. You can add a "given" column the same way
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |