Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello. I am relatively new to Power BI.
I am working on cleaning the data below and would like the Airline and Onwards Return Flight Time format to be something like this:
| Airline | Onwards Return Flight Time |
| IndiGo | 14:00-16:05 |
| Spicejet | 15:45-17:45 |
| IndiGo | 10:50-13:00 |
| IndiGo | 06:30-09:10 |
| IndiGo | 12:45-14:20 |
From this
Any ideas?
Thanks.
You can use remove duplicates, if you dont need them.
Did I answer your question? Mark my post as a solution!
Hi @Lukky123
You can first split on I on Arline and onward return flight time.
Once you get all the columns you can unpivot data to get the desired format.
I just tried that. It produced some duplicates.
This
Instead of this
| Airline | Onwards Return Flight Time |
| IndiGo | 14:00-16:05 |
| Spicejet | 15:45-17:45 |
| IndiGo | 10:50-13:00 |
| IndiGo | 06:30-09:10 |
| IndiGo | 12:45-14:20 |
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 32 | |
| 27 | |
| 26 |