Auto-Create Report using PowerBI API
Hi all,I'm working on an app where users paste a JSON array, and I use the Power BI REST API to:1. Create a dataset2. Push data into a tableNow, I want to automatically generate a report from this...
View ArticleAPI programmatic access to dashboard tile data
Hi all,we need to get data from a dashboard tile programmatically (REST APIs and/or PowerBI Client APIs), "simulating" the "Export to csv" functionality. Looks like if an API exists it's not public. We...
View ArticleQuick Create from Semantic Model via API
I would like to use the auto-create or quick create function of powerbi via the api with an existing semantic model. As far as I can tell, this is not supported by the default quick create function...
View ArticleVisual shows polish months, not english ones
Hi Guys,in base table in Adventure_Works I have: but on line chart it becomes from default polish ones:Instead of showing them as English ones, it shows it as my windows local ones. How to be...
View ArticlePowerBI data refresh due to dynamic data source. Help with adjusting the M...
Hi, I have developed a report that fetches data from an API. I have build the URL in such a way that it should grab the newest data, everytime the data is refreshed.When refreshing the data in PowerBI...
View ArticleTesting as an external user
Hi All!We have a Power BI application that we are trying to publish to users outside of our company via the Marketplace, but we are havinng problems with external users running the application. When...
View ArticleTOTAL ROW IS WRONG
Dear all, I am working on calculating the true sale performance, where the maximum actual sale should not exceed the set goal. However, after implementing the following measurement in Power BI, I am...
View ArticlePower BI Embedded for customers security question
Hi! We are currently working a project where we embed Power BI in our app for customers. We have all the data in one table and my concern is that is it possible to provide the customer ID from our app...
View Article2 datasets or parameters to upload report within customer tenant?
Hi Guys,I will be uploading reports using service principal on Customer tenant. And now I have switcher while using report internally within my Team - parameter to change Local Data Source (CSV files)...
View ArticlePowerBI semantic model's parameters get removed/not recognized after...
Hello everyone, we've stumbled upon an issue with PowerBI reports. We're deploying semantic models to PowerBI Online using PowerShell scripts in Azure DevOps Pipeline and while doing so we also set...
View ArticleHow Do I Compile powerbiclient Jupyter Widget
I'm trying to contribute to powerbi-jupyter , following the Contribution Guidelines. After cloning the project, I'm failing at the first hurdle with the following command, which just runs tsc npm run...
View ArticleIf Customer Connector has to have always on promises gateway?
Hello,this is my custom connector:// GitHub Connector for Power BI (Standard GitHub OAuth) [Version = "1.0.0"] section GitHub; client_id = "Ov23liq0YCxxxxxxxF4lEFP"; client_secret =...
View ArticleHow to create a clustered & stacked columns graph
Hi, I need to visualise in a unique graph clustered columns and each column must show a breakdown of values per colour (car names).Currently, in PowerBi, I can only use a graph for clustered columns...
View ArticlePower BI Incremental Refresh Behavior with API Question
Hello, I am calling an API from a vendor site that only publishes data on a daily interval that has been modified or added. The initial data publish of the API (after setup) export the entire data set...
View ArticleRefresh failed because this semantic model requires a gateway. How to avoid...
Hi,I have 3 queries in power query created:1. Resultlet Result = if ParamEnvironment = "Customer" then Table.FromRows({}, {"RegionID", "RegionName", "RegionCode", "DataCenterLocation"}) else...
View ArticleUploading report to Customer Environment
Hi Guys,regarding this link:https://datawithdom.com/2024/03/refresh-from-files-without-a-power-bi-gateway/ when i will put my files on sharepoint i do not have to use gateway.So my workflow is:1....
View ArticleIssues with Power BI API Permissions for Exporting Reports to PDF Using Azure...
Hi everyone,I’m trying to automate the process of exporting Power BI reports to PDF using the Power BI REST API. I’ve registered an app in Azure AD and am using the Client Credentials flow to...
View ArticleNot getting categories present in previous month but not in present month
I was trying to calculate the productivity of previous month but I m not getting all the categories which are present in previous month but not in current month.the 2 measures which I have used to...
View ArticleMap Visualization in Power BI
I am trying to build a Shape Map in Power BI that displays territories based on ZIP codes.Each ZIP code belongs to a Territory ID, and I want the map to show territories using a color gradient based on...
View ArticleBest practice to run only one sharepoint.files
Hi Guys,I want to have one datasource from SharePoint.Files (Csv tables) and based on this build seperated queries. What is the best practice ? I should build CSV tables in a source like add column...
View Article