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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
CQ9
New Member

Column in Power Query but not in Power BI Report Dynamics Direct Query

Hi,

First time post but have used this resource quite a bit in the past - but this one has me stumped so here goes!

 

I have a Power BI reports that are a direct access via dataverse to Dynamics.

I can see columns in Power Query, but I can not access these in Power BI reports builder see example below:

Power Query:

CQ9_0-1718376111806.png

 

Power BI:

CQ9_1-1718376142830.png

 

I have tried various solutions to previous similar issues such as refresh in Power Query/BI and starting a new Report, Sorting and refreshing in Power Query etc etc but the result are the same the columns are not available in Power BI reports.

Just for context  some of these columns in Dynamics are customer created.

Any thoughts on how to overcome this?

TIA!

 

6 REPLIES 6
CQ9
New Member

Hi Alexis,
No there are no steps removing or selecting specific columns – the only thing I have is I have added a custom column to provide a link to the record:
Here’s the steps from the advanced editor:
let
Source = CommonDataService.Database("******.crm4.dynamics.com"),
dbo_****** = Source{[Schema="dbo",Item="******"]}[Data],
#"Added Custom" = Table.AddColumn(dbo_******, "Link To Record", each "https://******.crm4.dynamics.com/main.aspx?appid=******&pagetype=entityrecord&etn=******s&id="&[*******]&""),
#"Changed Type" = Table.TransformColumnTypes(#"Added Custom",{{"Link To Record", type text}, {"createdon", type date}})
in
#"Changed Type"

Even when I start from scratch, with a new project with no query changes, no link to record etc at all I still can't see the columns to select in the report side - is there limit to columns that come across or if the database has new columns added these don’t show up or load to power BI report side?

This sounds like some sort of bug.

 

Can you reproduce it with a file you're able to share? I don't think I can help further without actually having a pbix to poke at.

HI Alexis,

Thanks for the offer but as this is a direct query I'm not sure what I can do around this - i'll try an import and see if I can rule anything out at this point and post here how I get on. Thanks for the help!

AlexisOlson
Super User
Super User

The first thing I would check is if those columns are hidden.

 

https://radacad.com/what-fields-to-hide-in-your-power-bi-solution

Hi Alexis,

Thanks for coming back but there are no hidden columns from the data model:

CQ9_0-1718615107810.png

 

Hmmm. Not sure what's going on.

 

Are there any steps in the query editor removing columns or selecting specific ones?

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! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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