Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
pmscorca
Advocate V
Advocate V

Retrieving the KQL definition of a materialized view in the KQL database explorer

Hi,

I've need to modify some KQL materialized views, but I cannot find how I could retrieve the related KQL code inside the KQL database explorer.

Does it exist a manner to retrieve the definition of a KQL materialized view, please? Thanks

1 ACCEPTED SOLUTION
datacoffee
Most Valuable Professional
Most Valuable Professional

You can use the 

 

.show materialized-view <viewname>

 

to get the KQL statement behind the view and also status of the view.

 

Also read more here: .show materialized-view command - Kusto | Microsoft Learn


If you find this reply to help with your problem, please consider hitting the accept button...
----------------
Blog: https://dcode.bi
KQL ref guide: https://aka.bi/kql
LinkedIn: https://aka.bi/follow

View solution in original post

5 REPLIES 5
datacoffee
Most Valuable Professional
Most Valuable Professional

You can use the 

 

.show materialized-view <viewname>

 

to get the KQL statement behind the view and also status of the view.

 

Also read more here: .show materialized-view command - Kusto | Microsoft Learn


If you find this reply to help with your problem, please consider hitting the accept button...
----------------
Blog: https://dcode.bi
KQL ref guide: https://aka.bi/kql
LinkedIn: https://aka.bi/follow

Hi, ok but it is a KQL statement and not a feature of KQL database explorer.

datacoffee
Most Valuable Professional
Most Valuable Professional

Correct - you need to do it by code 


If you find this reply to help with your problem, please consider hitting the accept button...
----------------
Blog: https://dcode.bi
KQL ref guide: https://aka.bi/kql
LinkedIn: https://aka.bi/follow
Anonymous
Not applicable

Hi @pmscorca ,

If you want to modify your KQL materialized views, you can use this command:

.create-or-alter materialized-view

Please check this document:
https://learn.microsoft.com/en-us/kusto/management/materialized-views/materialized-view-create-or-al... 

For other commands, check these links:
Materialized views use cases - Kusto | Microsoft Learn
Materialized views - Kusto | Microsoft Learn


Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi, thanks for your reply.

I've already read the documentatio about create or alter a materialized view but I'd like to find a manner in the KQL database explorer to retrieve the materialized view definition like f.e. it is possible for a view in a warehouse. Thanks

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors