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
adarshthouti
Frequent Visitor

How to skip the tables in Power BI

I have various types of datasets where certain tables may be present at times but absent at other times.


For instance, consider a scenario with monthly sales data. In some months, additional tables like customer feedback or product returns might be included alongside the sales data, while in other months, these tables may not exist.


Is there a dynamic approach in Power BI where the tool can load the data if the tables are present and skip them if they are absent?

I want the PBIX file to dynamically understand and adapt to the presence or absence of these tables within the datasets.

For example, my dataset is in XER (XML Encoding Rules) format. In one dataset:

a) I have a set of tables like SALES, EMPLOYEE, GROSS, and NET.
b) In another dataset, I only have SALES and GROSS.

In this above case, I want to skip the EMPLOYEE and NET tables whenever I load the data, with the help of parameters, and unskip them when they are present."

 

2 REPLIES 2
Jihwan_Kim
Super User
Super User

Hi,

I am not sure if I understood your question correctly, but in my opinion, the starting point might be knowing the infromation of the tables in each semantic model.

Please check the link down below, and there is one of many useful DAX functions, INFO.TABLE DAX function.

 

DAX query view introduces new INFO DAX functions | Microsoft Power BI Blog | Microsoft Power BI

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

For example, my dataset is in XER (XML Encoding Rules) format. In one dataset:

a) I have a set of tables like SALES, EMPLOYEE, GROSS, and NET.
b) In another dataset, I only have SALES and GROSS.

In this above case, I want to skip the EMPLOYEE and NET tables whenever I load the data, with the help of parameters, and unskip them when they are present.

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.