This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I have around 50 csv files with Timestamp and value like:
Timestamp Value
Fri 01 Apr 2016 02:10:00 GMT 10
Fri 01 Apr 2016 02:15:00 GMT 20
Fri 01 Apr 2016 02:20:00 GMT 30
And another file
Timestamp Value
Fri 01 Apr 2016 02:10:00 GMT 8
Fri 01 Apr 2016 02:20:00 GMT 5
Fri 01 Apr 2016 02:25:00 GMT 6
In the above cases some time stamp are missing. I have them in the following format
Timestamp Value Value
Fri 01 Apr 2016 02:10:00 GMT 10 8
Fri 01 Apr 2016 02:15:00 GMT 20 -
Fri 01 Apr 2016 02:20:00 GMT 30 5
Fri 01 Apr 2016 02:25:00 GMT - 6
Thanks in advance.
@Vipin What is the desired result?
"Merge" queries is like a join, you are using timestamp as a key and joining them across a set of queries. If this is what you are after, then what you did is correct (and the output is correct too). Aside from the fact that timestamp isn't the best key to join with...
If you want to CONCATENTATE the csv files into one set of results with the same shape, then APPEND queries is what you should be using.
If you can define your scenario a little better, we can help you with ways to write the query in a more efficient manner.
Right, you need to use multiple Merge queries.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 26 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 50 | |
| 31 | |
| 25 | |
| 24 |