Forum Discussion
AutoML "Next" Option Disabled After Selecting "choose data"
Description:
When attempting to train a machine learning model using AutoML, the Next button remains disabled after selecting a Delta table as the "choose data".
Steps to Reproduce:
Open AutoML and start a new training job.
Choose OneLake as the choose data source.
Select a Delta table.
Wait for the preview to load.
Observe that the Next button is disabled.
Expected Behavior:
After the Delta table preview loads, the Next button should be enabled so the user can proceed to the next configuration step.
Actual Behavior:
The Next button remains disabled, blocking further progress in setting up the AutoML experiment.
Impact:
This issue prevents users from proceeding with AutoML training when using Delta tables as the data source.
4 Replies
- v-saisrao-msft
Community Support
Hi Anonymous,
Thank you for reaching out to Microsoft Fabric Community.
Please try using a different table and check if you are still experiencing the same issue. Since it is working on my end, I have attached a screenshot below.
Use AutoML (interface) - Microsoft Fabric | Microsoft Learn
Thank you.
- AnonymousNot applicable
(df.write.format("delta").mode("overwrite").partitionBy("Purchase_Date").save(f"{gold}/stockout_features_daily")) spark.sql(f"CREATE TABLE IF NOT EXISTS gold_stockout_features_daily USING DELTA LOCATION '{gold}/stockout_features_daily'")v-saisrao-msftI tried using multiple Delta tables, but had no luck. I attached my code snippet for creating a Delta table, also the table does not appear in the Lakehouse Analytics endpoint. However, when I load the Delta table directly from a CSV, it works and also shows up in the Lakehouse Analytics endpoint.
- v-saisrao-msft
Community Support
Hi Anonymous,
Since the Delta tables you create using Spark aren’t appearing in Lakehouse Analytics and AutoML is still disabling the Next button, this seems to be an issue on the product side. It would be helpful to submit a Microsoft Fabric support ticket with your code snippet and screenshots so the engineering team can look into it.
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Thank you.
- v-saisrao-msft
Community Support
Hi Anonymous,
May I know if you have raised the support ticket, or if the issue has been resolved?
Thank you.