Anonymous
11 months agoNot applicable
Status:
New
Make Fabric Notebooks more SQL friendly
When working in a Fabric Lakehouse and right clicking on a table and "Load Data" in the Explorer you currentely get a bunch of Python code in return.
%%pyspark
df = spark.sql("SELECT * FROM [Lakehouse].[Database].[Table] LIMIT 1000")
display(df)
Please make it possible to return this in pure SQL instead. Writing SQL in Python when you are working in Notebooks seems unnecessary as you can change the code language for every cell, and this should at least not happen when Spark SQL has been picked as the Notebook Language.
No Comments
Recent ideas
- fbcideas_migusr9 minutes agoNew MemberNew318Views9likes3Comments
Favorites, recent fields and field groups in the Data pane (large models)
On big models the Data pane is a pain. Search helps, but you keep searching the same stuff again and again. And when a lot of fields have almost the same name (UN, UN METAS, UN_corr, UNIDAD_NEGOCIO…)...WildAnalyst38 minutes agoNew MemberNew2Views0likes0CommentsAllow Workspace Admins to View Power BI Semantic Model Configuration Without Requiring Take Over
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Description As a Power BI Workspace Administrator, I understand why own...LeonardGreene2 hours agoNew MemberNew6Views0likes0CommentsOpen Fabric notebooks in View‑only by default
Problem: Developers and reviewers with edit permissions frequently open notebooks for reading. Notebooks currently open in edit mode with autosave, which causes accidental changes and noisy version h...AMD07913 hours agoAdvocate IVNew336Views11likes1Comment