9188040d-6c6767
10 years agoNew Member
Status:
Needs Votes
Remove a datasource from a PowerBI Desktop File
I am using PowerBI to connect to CRMOnline Data. When building my report using PowerBI desktop I connected to a Dev environment. After completing and testing my report I re-pointed all queries within my report to my production environment which is in a different tenant. I find however that when I publish my report to PowerBI there is still a reference to the development environment data source and as a result the re-fresh of my data fails. Is there any way to permanently remove the old data source?
3 Comments
- leandrocassis1New MemberDid you find some fix? I'm on the same boat.
- fbcideas_migusrNew MemberYou can do this by adding / changing a little M 1) create a simple datasource with your tenant name 'let Tenantname = "contoso.onmicrosoft.com" in Tenantname' 2) use that in any sources that are tenant specific , such as : let Feed = "users", Source = OData.Feed("https://graph.windows.net/" & Tenant & "/" & Feed , null, [Query=[#"api-version"="1.6"]]), I genrally build the query first , then drop to the andvanced editor to change the first line
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Exported PDF from PowerBI to not have any indents/borders
Currently, using the "Export to PDF" option in PowerBI results in two consistently buggy results: A white border/indent is generated, increasing the size of the page from 8.5x11 to 9x11.5 Sometime...EliShalev2 hours agoNew MemberNew6Views0likes0CommentsAdding a Container for Logical Grouping of Activities in Data Pipelines
Dear Team, I would like to propose a feature enhancement for Data Pipelines in Microsoft Fabric that allows the logical grouping of activities into a container. This container would serve to: Im...lukas_karlovsky3 hours agoNew MemberPlanned870Views15likes5CommentsSupport Native SQL LIKE / NOT LIKE Wildcard Filtering Across Power BI Reports
Description Currently, Power BI does not provide a native way for report consumers to perform dynamic SQL-style wildcard filtering using patterns such as LIKE '____' - Above return all values wit...Seeralan4 hours agoNew MemberNew5Views0likes0Comments