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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
VJ_Lsf
Frequent Visitor

Column only showing in the Report/table view

I have a column that is only displayed in the Report/Table and model view in PBI desktop. It is not a measure. I can't find this column in Power Query, the data source SQL statement, or the Advanced editor. There are no Applied steps in the Query editor. How do I know the source for this column or find the DAX on how this column is generated. Attached screenshot below. Thanks in advance.

VJ_Lsf_0-1737070111509.png

 

6 REPLIES 6
VJ_Lsf
Frequent Visitor

Thank you so much @Uzi2019 for the response. I opened the power query editor and refreshed the data. I don't see the 'Open SO' column returned from data source and there are no applied steps renaming the column. It has values in $currency format. Please see the screenshots below. I also ran the same query on the database in SQL dev and don't see this column. This report was developed in 2021 but never used. I opened it in PBI desktop Jan 2025 version. Thank you for all your help.

VJ_Lsf_0-1737130163914.png

VJ_Lsf_1-1737131163048.png

 

 

Hi @VJ_Lsf 

 

It's quite strange. Can you check the column name in Power Query Editor again with the following method? 

 

Create a blank query, paste the code into the formula bar to list the column names that contain "Open" string in the table #"Open Orders". 

= List.Select(Table.ColumnNames(#"Open Orders"), each Text.Contains(_, "Open"))

vjingzhanmsft_1-1737341332207.png

 

Or list all column names of the table #"Open Orders".

= Table.ColumnNames(#"Open Orders")

vjingzhanmsft_2-1737341660549.png

 

In addition, could you share the sql query used to query data from the table or database if possible?

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Thank you for the reply. I tried code above in power query to display columns returned in the query. There is no "Open SO" column in the results.

VJ_Lsf_0-1737420580899.png

VJ_Lsf_1-1737420694351.png

 

Hi @VJ_Lsf 

 

It's weird. I compared the results in the screenshots and found that "Open SO" is not the only one, there is another column "EST_REVENUE" that only exists in Power Query Editor. Can you check the values in both columns? Do they have same values?

vjingzhanmsft_0-1737439231306.png

Best Regards,
Jing

Hi @v-jingzhan-msft  Thank you for the suggestions. I tried the code you shared above. I'm not seeing the column being returned from query. This is querying Oracle financials database.

VJ_Lsf_0-1737410184246.png

 

VJ_Lsf_1-1737410195781.png

 

Uzi2019
Super User
Super User

Hi @VJ_Lsf 

Are you using a latest version of PBI desktop???

 

Suggestion:

Can you open power query and refresh your data then check whether you have this column or not??

 

Pleae check this steps whetehr you have renamed it or not???

 

Can you take a refresh one more time on desktop?? just for verification if this column is deleted from SQL then definitely it will break..

This column is not calculated neither Measure nor calculated column. This is coming directly from datasource .

 

Does it has any value like 1 2 3 or 0??

beacuse this is numeric column. 

 

I Hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Kudoed Authors