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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
butterscotch
Helper II
Helper II

Issue with Referencing Table and Including Calculated Columns

Hello Power BI community,

I'm encountering an issue when attempting to create a reference to an existing table, table1, in Power BI. In the process of creating the reference, I noticed that while the original columns are successfully included in the new table, the calculated columns are not visible.

Scenario: I have a table named table1 with columns that are derived from calculations (calculated columns).

Issue: When I right-click on table1 and choose "Reference," the resulting new table only includes the original (uncalculated) columns. The calculated columns are missing.

Expectation: I would like the new referenced table to include both the original and calculated columns from table1.

Description:

Scenario: I have a table named table1 with columns that are derived from calculations (calculated columns).
Issue: When I right-click on table1 and choose "Reference," the resulting new table only includes the original (uncalculated) columns. The calculated columns are missing.
Expectation: I would like the new referenced table to include both the original and calculated columns from table1.

1 ACCEPTED SOLUTION

Calculated columns in Dax are not visible in Power query. If you imagine a process of report creation in layers, then you have:

1. Your source database

2. Power query (M code)

3. Desktop (Dax language).

you can see the data processed only in the previous layers. In your database you dont see added columns in Desktop or Power Query as well as in PQ you dont see added columns by DAX language (unless you use a processed semantic model as adata source). But now we are talking about regular import of data.

 

Kudos and Mark as reply appreciated.

View solution in original post

3 REPLIES 3
zenisekd
Super User
Super User

I assume you are talking about reference in Power Query, not Desktop Power BI. It works fine. 

zenisekd_1-1704783659498.png

 

 

i added the colum in table view mode not power query, will it affect this process ? by affecting i mean the column wont be visible in power query

Calculated columns in Dax are not visible in Power query. If you imagine a process of report creation in layers, then you have:

1. Your source database

2. Power query (M code)

3. Desktop (Dax language).

you can see the data processed only in the previous layers. In your database you dont see added columns in Desktop or Power Query as well as in PQ you dont see added columns by DAX language (unless you use a processed semantic model as adata source). But now we are talking about regular import of data.

 

Kudos and Mark as reply appreciated.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors