Query used inside each entity in SSAS - Tabular model

  • Hi

    I need the query for finding the list of query used inside each entity in SSAS - Tabular model.

    eg:

    select * from t_view used for t_view

    select * from t_view1 used for t_view1

    select * from t_view2 used for t_view2

    I need the output

    c1 c2

    t_view select * from t_view

    t_view1 select * from t_view1

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply