Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
76 | |
63 | |
51 | |
48 |
User | Count |
---|---|
204 | |
86 | |
64 | |
59 | |
56 |