Questions tagged [powerbi-embedded]

Power BI Embedded is a set of globally available, cloud-scale business analytics tools to analyze data and build data visualizations. Questions about this service might have this tag.

1072 questions
0
votes
1 answer

SigningCredentials on .NET Core 1.0

SigningCredentials on .NET Core is different from .NET 4.0
0
votes
1 answer

Parameterised report in PowerBI

I'd like to make a report in PowerBI. This report will contain graphs and details for a particular product in my system. I'd like to paramaterise this report with the product code so that I first select a product and then the report is generated. Is…
Stu
  • 2,426
  • 2
  • 26
  • 42
0
votes
1 answer

integration of power BI report and dataset with other application

I want power BI datasets updated by the application . It can be asp.net or console application . So, can anyone help me out with this problem as I am not getting any solution to this problem.
striker0794
  • 166
  • 2
  • 3
  • 12
0
votes
2 answers

Security with Power BI Embedded

We have our data in Document Db and Power BI can fetch everything. In our custom reports we want to show only relevant data to the customer preferably by Tenant. I understand you can pass filter to the query, but that is not a suitable option. We…
user1932923
  • 354
  • 3
  • 18
0
votes
0 answers

Refreshing Div after inserting new Data atributes

I am trying to put new data attributes to my div, all is good and I can set it with jquery, but I need to reload that div in order to generate new stuff inside it. I am trying to populate new PowerBI dashboard every time user selects new dashboard.…
0
votes
1 answer

Azure PowerBI Embedded - unable to delete workspace ID

I have a account in azure Power BI embedded workspace and created workspace ID with in workspace collection.fist time created sample workspace ID , now I want to remove sample workspace id ,how to delete workspace id in C#?
0
votes
1 answer

Is anybody else experiencing discrepancies between actual calls/renders and what azure wants to bill?

Since about a month we integrated a test report as a dashboard into a web application (power bi embedded). This dashboard is only accessible from within that application if you are logged on. We have around 20 tiles on the report and as far as i…
0
votes
1 answer

PowerBI Embedded API functionality

I have some queries about the PowerBI Embedded API, and more so if functionality exists, and if so where can I find it. In particular, I am looking to find, from the APIs (PowerBI, Embedded or Azure) where I can complete the following…
David Muir
  • 139
  • 2
  • 6
-1
votes
1 answer

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 embed their reports. Is it possible to do this? …
Gangrel
  • 449
  • 4
  • 20
-1
votes
1 answer

I want to setup a RLS using this table in Power BI Embedded where I am only fetching Scheme Code as userprincipalname()

I am looking to setup RLS in Power BI Embedded using below table where SCHEMECODE should be my userprincipalname() and through the webapp user can have multiple SCHEMECODE's which will be comma separated. This is an example of what I will be getting…
Vinay Kurmi
  • 77
  • 10
-1
votes
1 answer

How can I Pass a URL Filter to Publish to Web Report

how to pass parameter through "publish to web" URL in power bi
-1
votes
2 answers

Power BI security

I am new BI and working on power bi reports embedded into user application. How can I explain users about how data is secured in power bi. I am getting many questions about security. Can you kindly explain how you explained to your…
ven
  • 25
  • 3
-1
votes
1 answer

PowerBIClient does not have any value

I am trying to read powerbi report using powerbi SDk. I got correct access token (tested in postman). Same access token is passed for TokenCredentials. but not getting any value in _powerBIClient. it has no value. I'm using below code. var…
-1
votes
1 answer

How to calculate the total value based on object key value pair and show it in card - PowerBI

Trying to create reports using PowerBI, where I can easily upload JSON file and populate the data without any problem. Since Im new to powerBI, I'm not able get proper information for my issue. Below is my sample JSON data. I want to show the…
Mr. Learner
  • 978
  • 2
  • 18
  • 48
-1
votes
1 answer

How to shift empty cells up in Power Query?

I am currently having such kind of table: This is the code that is used for this table: let Source = Json.Document(Web.Contents("https://fapi.binance.com/fapi/v1/exchangeInfo")), symbols = Source[symbols], #"Converted to Table" =…
CamSpy
  • 401
  • 2
  • 15
  • 26