Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
Power BI:
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!
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!
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:
Hmmm. Not sure what's going on.
Are there any steps in the query editor removing columns or selecting specific ones?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
88 | |
52 | |
45 | |
39 | |
38 |