Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi Experts,
I have the following data
| Shop ID | Date | Attendance | Image link |
| 1 | 2/12/2021 | 1 | img1 |
| 1 | 2/12/2021 | 1 | img2 |
| 1 | 2/12/2021 | 1 | img3 |
I want to convert this data into following foramt
| Shop ID | Date | Attendance | image link 1 | image link 2 | image link3 |
| 1 | 2/12/2021 | 1 | img1 | img2 | img3 |
Kindly suggest the possible way to do this.
Thanks
Solved! Go to Solution.
Hi @Minakshi ,
Step1:
Copy and paste table as table2.
Step2:
Remove other columns except image_link column in table2.
Step3:
transpose table2.
Step4:
Merge table1 and table2 as new and remove empty rows.
Pbix as attached.
Best Regards,
Jay
Hi @Minakshi ,
Step1:
Copy and paste table as table2.
Step2:
Remove other columns except image_link column in table2.
Step3:
transpose table2.
Step4:
Merge table1 and table2 as new and remove empty rows.
Pbix as attached.
Best Regards,
Jay
@Minakshi , Unpivot the data with Max
https://radacad.com/pivot-and-unpivot-with-power-bi
or in matrix visual use Img link as column and value(max)
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 34 | |
| 33 | |
| 30 |