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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Imre_P
New Member

Hidden columns from a Power BI Semantic Model

Hi,

 

I'd like to Import tables from a Power BI Semantic Model in Power Query so that I can optimize performance later on. 

 

When Getting the data, I am unable to reference Hidden columns of the model, even if I know their names by looking at them in Power BI Desktop.

 

How should I reference / unlock using hidden columns when importing in Power Query?

 

Thanks. 

1 ACCEPTED SOLUTION
Deku
Super User
Super User

Are you using the analysis services connector? 

Suppling a Dax query should show them

 

I.e.

Evaluate 

Sales


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

View solution in original post

5 REPLIES 5
v-csrikanth
Community Support
Community Support

Hi @Imre_P 
I wanted to follow up since I haven't heard from you in a while. Have you had a chance to try the suggested solutions?
If your issue is resolved, please consider marking the post as solved. However, if you're still facing challenges, feel free to share the details, and we'll be happy to assist you further.
Looking forward to your response!

v-csrikanth
Community Support
Community Support

Hi @Imre_P 
Thank you for being part of the Microsoft Fabric Community.

If you already know the names of the hidden columns, try modifying the M query manually:

  1. Get Data from Power BI Semantic Model. Transform data->New Source-> BI Semantic model and connect to the model.

  2. Modify the M Query as below:
    Advance Editor
           Table.SelectColumns(Source, {"VisibleColumn1", "HiddenColumn1", "HiddenColumn2"})
    If the hidden columns are available, they will appear in your dataset.


If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.




I tried this but the hidden columns were not recognized even if I named them in M. 

Deku
Super User
Super User

Are you using the analysis services connector? 

Suppling a Dax query should show them

 

I.e.

Evaluate 

Sales


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!
PImre
Frequent Visitor

Thanks! I was not using the Analysis Services connector. This seems like a good starting point. 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors