Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hello people.
I am working with a time series and I am moving the data from a table where I have 3 columns, one of them is the timestamp on a column called at.
The data is being sent succesfully to my warehouse:
The problem is that when I go and have a look, the wherehouse does not contain the column 'at', the others two are fine but for some reason that timestamp column is missing ... 😞
Any idea why ?
Thanks in advance and greetings from Belgium 🇧🇪
Omar C.
Solved! Go to Solution.
Hi @omarecd,
Thank you @nilendraFabric and @FabianSchut for the response.
We sincerely appreciate your inquiry on the Microsoft Fabric Community Forum.
The most probable reason for this issue is that the data warehouse is unable to automatically identify the data type of the 'at' column. This could be due to:
Kindly follow the steps below to resolve the issue, along with the necessary screenshots:
If you find this response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
Hi omarecd,
We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.
If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.
Thank you.
Hi omarecd,
We wanted to check in regarding your query, as we have not heard back from you. If you have resolved the issue, sharing the solution with the community would be greatly appreciated and could help others encountering similar challenges.
If you found our response useful, kindly mark it as the accepted solution and provide kudos to guide other members.
Thank you.
Hi omarecd,
We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.
If you find the response helpful, please mark it as the accepted solution and provide kudos, as this will help other members with similar queries.
Thank you.
Hi @omarecd,
Thank you @nilendraFabric and @FabianSchut for the response.
We sincerely appreciate your inquiry on the Microsoft Fabric Community Forum.
The most probable reason for this issue is that the data warehouse is unable to automatically identify the data type of the 'at' column. This could be due to:
Kindly follow the steps below to resolve the issue, along with the necessary screenshots:
If you find this response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
Hi, can you check in the data destination whether the column 'at' is selected? You can find the documentation here: https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-data-destinations-and-managed-se....
I've noticed that if a column has a ANY type, the column will not automatically be selected when creating the table the first time. Maybe there are other column types that have the same result. The solution for the ANY type to be automatically added to the destination table was to convert the type to a known type, such as double or text.
Can you try to convert your column to a known type for your destination, drop the table once and reconfigure your destination in the data flow?
@omarecd could you please share the timestamp datatype in source. With some example value
hi @omarecd
Could you please check the format in both source and dw.
The timestamp column in your source might have a different format or data type than what is expected in the destination table. For example, if the column is in `DateTimeZone` format but the destination expects `DateTime`, it might cause issues without throwing explicit errors
see if below discussion helps
Hello @nilendraFabric , thanks for your valuable feedback.
Your comment makes a lot of sense, yes. The thing is that I did not configure anything at all 🙂 I just send the data to the warehouse and ... the structure of the warehouse table was created automatically. My question is how it comes that 2 columns were created but not the 'at'.
How could I create/add the 'at' column manually ? (even if I think that I shouldn't do that manually)
Maybe @v-priyankata , do you have an idea ? 🤞
Thanks in advance.
Omar C.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
1 |