March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I have created Views using Dataverse file shortcut in the Fabric Lakehouse.
I am able to see the Dataverse file shortcuts created by me in the Fabric Workspace Lakehouse UI. I can see columns and data when i query from the notebook Spark SQL abfs path. I created the Views from Dataverse File shortcuts abfs paths using the below queries in the notebook Spark SQL. I can see the data when i query the Views, see the count but not able to see the views created in the Fabric Workspace Lakehouse UI. Please let us know how to see the created Views in Fabric Workspace Lakehouse UI.
NOTE : I can see the created Views from Dataverse Table shortcuts in Fabric Workspace Lakehouse UI and do not have any issues.
select * from delta.`abfss-path/Files/Sales`
limit 5
CREATE VIEW VwSales
AS
SELECT crdd7_solution, crdd7_workload FROM delta.`abfss-path/Files/Sales`
GO
SELECT crdd7_solution, crdd7_workload FROM delta.`abfss-path/Files/Sales`
select count(*) from VwSales
Thanks,
Manjunath
Solved! Go to Solution.
Hi @mcrreddyt
Thanks for using Microsoft Fabric Community.
Microsoft Fabric Workspace Lakehouse UI currently doesn't display user-created views directly. While you can see the underlying Dataverse file shortcuts and query them using Spark SQL in notebooks, the views themselves won't be listed in the UI.
Dataverse File Shortcuts: These act as references to the actual data stored in Azure Data Lake Storage (ADLS). You can see these shortcuts in the Fabric Workspace Lakehouse UI.
User-Created Views: These are virtual tables defined using SQL queries on the Dataverse file shortcuts. While these views function within notebooks, they aren't reflected as separate entities in the UI.
Please Refer this link:Solved: Lakehouse End User Usage - Microsoft Fabric Community
I hope this information helps. Please do let us know if you have any further queries.
Thank you.
Hi @mcrreddyt
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.
In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.
Thanks.
Hi @mcrreddyt
Thanks for using Microsoft Fabric Community.
Microsoft Fabric Workspace Lakehouse UI currently doesn't display user-created views directly. While you can see the underlying Dataverse file shortcuts and query them using Spark SQL in notebooks, the views themselves won't be listed in the UI.
Dataverse File Shortcuts: These act as references to the actual data stored in Azure Data Lake Storage (ADLS). You can see these shortcuts in the Fabric Workspace Lakehouse UI.
User-Created Views: These are virtual tables defined using SQL queries on the Dataverse file shortcuts. While these views function within notebooks, they aren't reflected as separate entities in the UI.
Please Refer this link:Solved: Lakehouse End User Usage - Microsoft Fabric Community
I hope this information helps. Please do let us know if you have any further queries.
Thank you.
Hello Thanks for the update on my issue/query.
The article posted as reference is not related to the issue i raised -Solved: Lakehouse End User Usage - Microsoft Fabric Community
Hi @mcrreddyt
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.
In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.
Thanks.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Check out the October 2024 Fabric update to learn about new features.
User | Count |
---|---|
13 | |
8 | |
5 | |
4 | |
2 |
User | Count |
---|---|
26 | |
23 | |
15 | |
12 | |
5 |