1,178 questions
0
votes
1
answer
480
views
Power BI - reports embedded, row level security & refresh rate for customers
My team plans to build a web platform which gathers data in a DB about different crypto transactions. I am planning to use Power BI to get that data from the db and build some reports which will be ...
0
votes
1
answer
181
views
Extract sheet date from only specific excel sheet
I wanted to know if it is possible to extract date from only a specific sheet?
I have a folder of several excel file and I want to extract only the sheets between the sheet named "TTP" and ...
-1
votes
1
answer
119
views
Can I connect my customer's workspaces to my Power BI Embedded capacity?
I have Power BI Embedded capacity and currently use it to embed reports from my power bi service into a web based portal.
A customer has asked if I can connect to their workspaces from my tenant and ...
0
votes
1
answer
614
views
Dynamically generate Powerbi Access Token (AAD Token)
i'm using powerbi rest APIs in my react app.
for authentication I'm using copying static Azure Ad token (not an embed token) from their developers playground.
The token is only valid for an hour.
is ...
0
votes
1
answer
271
views
any Rest APIs to create a report in powerbi service?
i have searched official powerbi docs thoroughly.
There are APIs for creating datasets, updating them and for deleting them.
Additionally, there are APIs to clone, update and delete a report.
But ...
1
vote
1
answer
1k
views
How to not have PowerBI bookmark impact other bookmarks?
I have four bookmarks for my report: Open nav bar (to show slicers), Close the nav bar (to hide slicers), Show graph for data filtered, show table view for data filtered.
Current state in the report - ...
1
vote
1
answer
88
views
Real time data report in powerbi service
We have a react app where i want to embed a powerbi service report.
That report (kept in powerbi service) data will update the user interact with our react app's database.
I know there is a way-
if we ...
2
votes
1
answer
3k
views
Create a report in powerbi service through APIs in React
We have a React app.
What I actually want to do is to send JSON to power-bi service, and on the basis of that json data, powerbi service should create a visual/graphical report for me.
I want this ...
0
votes
0
answers
597
views
Powerbi Report Not working, Access Token related
I got a problem that prevents me from moving forward. I want to embed Power BI report into my own web application. I am following the "embed for your customers" scenario with the master user ...
0
votes
1
answer
297
views
powerbi-client setSlicerState not working with Hierarchy slicer in js
I'm trying to change the value of a hierarchy slicer using powerbi-client and setSlicerState, but the function setSlicerState only takes an object of type ISlicerState as input. However, for hierarchy ...
0
votes
1
answer
45
views
Power BI Real Time Scenario from Client
I want to my whole report to show data on latest month once data get's added. How to do in Power BI?
I tried at report level filter, Also I am expecting whether it can do from DAX
0
votes
1
answer
344
views
Sharing of Power BI work to external users
I created a dashboard in Power BI and would like to share the work with my friends through my novypro profile. But in novypro, it asked me for the embedded url. As I am currently using my school mail ...
1
vote
1
answer
616
views
PowerBI report failed to load in iframe due to denied “X-Frame-Options“ directive set to “SAMEORIGIN“
Currently working on MVC 5 to load Power BI report in Iframe but getting error like below shot. I tried multiple solutions by adding ?rs:embed=true and much more but did not get any success. Please ...
1
vote
1
answer
4k
views
How to update credentials of Dataset (based on data flow) using service principal
I am facing an issue while patching the credentials of a data set.
Our application is using the service principal to upload PowerBI reports to the respective PowerBI workspace. Most of the report is ...
1
vote
1
answer
13k
views
Power BI Capacity failed to refresh dataset after capacity size increased
I have a power bi dataset with aprox. 300MB in pbix file size and 1.2GB RAM memory size (according to Vertipaq analyser in dax studio).I've always been able to refresh this dataset directly from power ...
0
votes
2
answers
557
views
Powerbi exportTo api bookmark state error
I have generated power-bi report into react App using service principle and I'm using exportTo post api to get report in ppt/pdf format
let result = await fetch(
`https://api.powerbi.com/v1.0/...
0
votes
0
answers
2k
views
Power bi embedded visuals performance. Slow loading
I am developing a webportal where I am using embedded power bi visuals, but they are loading really slow. I have 16 visuals in one pageview and it will take 10-25 seconds for them all to load.
Is this ...
0
votes
1
answer
399
views
How to automatically generate report in PowerBi Service with REST Post API
actually i m working on a react app and want to send data in api body from the front end to an existing powerbi service report. and what i want is that the new data (that i send in body) should ...
0
votes
2
answers
1k
views
Is this possible when Secure Embeding a Power BI report into an html page?
Looking to Secure Embed a bunch of reports into a html webpage/portal.
Does anyone know if it is possible to completely remove/hide the filter pane on the right as well as the tab bar along the bottom?...
0
votes
1
answer
420
views
Can someone share datasets in PowerBI across different service principle profiles?
We would like to expose some datasets that are common for all customers and could be imported into their powerbi reports across different workspaces.
We have a design where we use one service ...
0
votes
1
answer
591
views
Is there any way to print the powerbi-embedded report
Embeddded the report using powerbi-client-angular-wrapper demo code. Is there any option to view the report in fullscreen and print the embedded report
0
votes
1
answer
763
views
Power BI. Creating a graph with user-input parameters
I have a problem with creating graphs with different parameters. Now I have made histograms of parameters A by choosing Count values of A in the bins, hence, there is a percentage value representing % ...
1
vote
1
answer
365
views
Can't save report to different workspace - saveAsTriggered not firing in powerbi embedded
I am trying to create a new report in power bi embedded and save the report to a workspace that is DIFFERENT from the dataset its using I am setting up the embed token correctly - using the V2 token ...
0
votes
1
answer
250
views
Trying to use token acquisition with ADFS authenticated app
I am stuck on a problem that i cannot think my way out of and have searched everywhere online for answers to no avail.
Here is the problem:
I usually embed PowerBI reports in asp.net application. I ...
0
votes
1
answer
977
views
EmbededPowerBI react component is not filtering report data
I am using PowerBIEmbed component to display powerBI report, Power BI report is using telemetry query to filter data.
telemetry has columns like
name
CustomColumnJson {
Id,
Event
}
I want to apply ...