Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Here is a screenshot of the columns in the Lakehouse:
Here is the columns available in the SQL Analytics endpoint
I am missing two fields __START_AT and snapshot_date. I don't know why that is. I've waited a few days and still nothing changes.
Solved! Go to Solution.
Looks like the snapshot_date and _start_at should be date/datetime data types? What are the current data types of those 2 columns? It's possible there is a sync issue due to the current data type of those 2 columns.
Looks like the snapshot_date and _start_at should be date/datetime data types? What are the current data types of those 2 columns? It's possible there is a sync issue due to the current data type of those 2 columns.
Changing the data type to Date fixed the issue.
Good to hear