Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
You guys can see this in the image below.
Kindly let me know if there is a way I don't get the other columns.
Solved! Go to Solution.
Hi @MalikSalman ,
It looks like you’ve tried to filter the columns in the OData feed URL by specifying the select parameter, but Power BI is still pulling in additional columns. This issue can happen for a few reasons:
Ensure Proper Use of $select in OData Query:
https://cloud.data.com/api/v1/account?$select=account_id,account_label,amount_usd,amount_currencyIf $select is correctly applied, only the specified columns should load.
Preview Mode Limitation:
Apply Column Selection in Power Query:
Query Folding Issues:
Check for Errors in OData URL:
Custom Function in Power Query:
Table.SelectColumns(Source, {"account_id", "account_label", "amount_usd", "amount_currency"})In the image, it seems that other columns are displayed as errors. If the issue persists after trying the above steps, the problem might also be with the data source or the OData feed configuration. Let me know if you need further clarification or help with any of the steps!
Please mark this as solution if it helps. Appreciate Kudos.
Hi @MalikSalman,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @MalikSalman,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @MalikSalman,
As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help?
If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.
If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.
Thank you for your patience and look forward to hearing from you.
Hi @MalikSalman,
Thanks for reaching out to the Microsoft fabric community forum.
As the issue has been addressed by @FarhanJeelani, please accept is as the solution if it works for your question.
Also go through the attached link to get proper understanding of how Schema of different Data sources works.
Handling schema for Power Query connectors - Power Query | Microsoft Learn
If this post helps, then please consider Accept it as the solution and give a Kudos to help the other members find it more quickly. If you have any other queries, feel free to reach out to community forum for assistance.
Thank you.
Hi @MalikSalman ,
It looks like you’ve tried to filter the columns in the OData feed URL by specifying the select parameter, but Power BI is still pulling in additional columns. This issue can happen for a few reasons:
Ensure Proper Use of $select in OData Query:
https://cloud.data.com/api/v1/account?$select=account_id,account_label,amount_usd,amount_currencyIf $select is correctly applied, only the specified columns should load.
Preview Mode Limitation:
Apply Column Selection in Power Query:
Query Folding Issues:
Check for Errors in OData URL:
Custom Function in Power Query:
Table.SelectColumns(Source, {"account_id", "account_label", "amount_usd", "amount_currency"})In the image, it seems that other columns are displayed as errors. If the issue persists after trying the above steps, the problem might also be with the data source or the OData feed configuration. Let me know if you need further clarification or help with any of the steps!
Please mark this as solution if it helps. Appreciate Kudos.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 29 | |
| 24 | |
| 17 | |
| 17 | |
| 14 |