The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
Turn on column quality on the dataflow/dataset and check for any errors. From my experience, most of the time, the error occurs because of a null value in the date/time column. So, you have to replace it with some date.( you can use dates from before 1900 in place of null. Later on, you can identify them and you can filter.)
@ChrisHedges Did you get a proper solution for this error ?
I'm facing the same issue with my semantic model.
I'm having the same error, it only shows the table name, and I don't make any change with the data type, still keep the same type as the source, does anyone figure out the reason?
Hey @HaNPT ,
You will have to go to the file itself, to the table mentioned and look at the data in the columns. This is not very intuitive I know but it almost suredly is something in one or more fields in one of the columns that is not quite right. Often, this is a date field but not always. If your data is quite tall (lots of rows) you might just go to the visual page, create a slicer visual and stick in each thing field by field and look for what is unique.
Proud to be a Datanaut!
Private message me for consulting or training needs.
The issue might be related to having a datetime / timestamp with timezones:
"2023-08-10 14:07:18.000 UTC" is possible on Power BI Desktop, but it seems to convert that to datetime "2023-08-10 14:07:18" in the desktop app, and it apparently can't do that in Power BI Service.
So removing the timezone from the source or maybe possible with Power Query might help (haven't tried that, since I could change in the source).
Hope that helps someone.
Hi @ChrisHedges ,
The algorithms on the Service are much less forgiving than in the Desktop. Type Mismatch is usually about having a field with a certain type where some of the data in the column are not that type.
The fix is to go back to desktop and look and see if you have any "ANY" columns. Make those a specific data type. Also, check that you have DateFields that have only valid dates in them - that seems to be a consistent issue for folks.
You can also look and see if any columns have an "error" in the value field (this is hard to do sometimes if you have many rows and many columns).
You can also confirm that you have no fields that have "list" or "record" in the value.
Proud to be a Datanaut!
Private message me for consulting or training needs.
Hi @collinq ! I had the same issue and your response here helped me fix the issue that I struggled for days to resolve 🙂 Thank you so much and I hope you have a wonderful day!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
49 | |
21 | |
12 | |
11 | |
10 |
User | Count |
---|---|
120 | |
32 | |
28 | |
21 | |
20 |