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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
sasdfasdfsad
Advocate III
Advocate III

Usage: see connections from Power Automate to Semantic models?

Is there a way to see when a Power Automate flow or some direct DAX query is run semantic models?


1 ACCEPTED SOLUTION
cengizhanarslan
Super User
Super User

If the semantic model is on Premium or Fabric capacity, you can query Dynamic Management Views (DMVs) via:

  • SSMS

  • DAX Studio

  • Tabular Editor

The two most useful ones:

SELECT *
FROM $SYSTEM.DISCOVER_SESSIONS
SELECT *
FROM $SYSTEM.DISCOVER_COMMANDS

These show:

  • active sessions

  • command type (DAX / MDX)

  • start time

  • user / caller

  • client application (sometimes)

This is near-real-time only. Once the query finishes, it’s gone.

 

SELECT *
FROM $SYSTEM.DISCOVER_QUERY_STATS

This gives you:

  • query duration

  • CPU / memory

  • rows returned

  • user / effective identity

  • client app

Limitations:

  • short retention (minutes, not hours/days)

  • no full DAX text

  • entries can be evicted quickly under load

 

Another alternative might be using FUAM : https://github.com/GT-Analytics/fuam-basic

Using this will enable you to check queries that is executed on the Semantic Models as far as you open FUAM for monitoring.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

View solution in original post

3 REPLIES 3
cengizhanarslan
Super User
Super User

If the semantic model is on Premium or Fabric capacity, you can query Dynamic Management Views (DMVs) via:

  • SSMS

  • DAX Studio

  • Tabular Editor

The two most useful ones:

SELECT *
FROM $SYSTEM.DISCOVER_SESSIONS
SELECT *
FROM $SYSTEM.DISCOVER_COMMANDS

These show:

  • active sessions

  • command type (DAX / MDX)

  • start time

  • user / caller

  • client application (sometimes)

This is near-real-time only. Once the query finishes, it’s gone.

 

SELECT *
FROM $SYSTEM.DISCOVER_QUERY_STATS

This gives you:

  • query duration

  • CPU / memory

  • rows returned

  • user / effective identity

  • client app

Limitations:

  • short retention (minutes, not hours/days)

  • no full DAX text

  • entries can be evicted quickly under load

 

Another alternative might be using FUAM : https://github.com/GT-Analytics/fuam-basic

Using this will enable you to check queries that is executed on the Semantic Models as far as you open FUAM for monitoring.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

Thank you!

Do you happen to know if Power Automate shows up in the client app?

If it sends a query to the semantic model,  I believe it can be seen by using those mentioned ways.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.