powerbi-embedded

PowerBI - Pivot table drill down functionality

Deadly 提交于 2020-01-07 02:48:30
问题 I'm new to POWERBI, and am using it to combine multiple large files and summarize data for me. I'm trying to move away from EXCEL since the files can become large when sharing with others. I want to use ROW LEVEL SECURITY and grant access to specific users. My main question is, is there a PIVOT TABLE drill down function in POWERBI? I'm unable to find this anywhere in the menus and looking at their forums people are unsure, December 2015 they were "working on it," but there have been no

Hide page in page bar in Power BI embedded

◇◆丶佛笑我妖孽 提交于 2020-01-06 06:37:08
问题 I'm embedding Power BI report into our application. I want to show / hide available pages of report based on state of our application. Is there any Javascript API to hide concrete page? I known, that it is possible to hide page in Power BI desktop, but I need it modify dynamically for concrete user session. 回答1: I don't think this is currently supported. At least I don't see in page.ts source code a way to do this. In Microsoft official demo they hided the navigation bar and used buttons in

Hide page in page bar in Power BI embedded

拈花ヽ惹草 提交于 2020-01-06 06:37:06
问题 I'm embedding Power BI report into our application. I want to show / hide available pages of report based on state of our application. Is there any Javascript API to hide concrete page? I known, that it is possible to hide page in Power BI desktop, but I need it modify dynamically for concrete user session. 回答1: I don't think this is currently supported. At least I don't see in page.ts source code a way to do this. In Microsoft official demo they hided the navigation bar and used buttons in

Receiving a 'Forbidden (403)' when connecting to Power BI API

半世苍凉 提交于 2020-01-04 18:37:15
问题 We've been trying to follow this Power BI article so that we can embed reports/dashboards in our SaaS product. Specifically, we're stuck at Step 3, 'Create the Embed Token.' We're able to obtain an bearer token just fine but when the request to retrieve the reports is ultimately submitted to the API we receive: Operation returned an invalid status code 'Forbidden' private static string clientId = "..."; private static string secretKey = "..."; private static string groupId = "..."; static

Receiving a 'Forbidden (403)' when connecting to Power BI API

蹲街弑〆低调 提交于 2020-01-04 18:35:50
问题 We've been trying to follow this Power BI article so that we can embed reports/dashboards in our SaaS product. Specifically, we're stuck at Step 3, 'Create the Embed Token.' We're able to obtain an bearer token just fine but when the request to retrieve the reports is ultimately submitted to the API we receive: Operation returned an invalid status code 'Forbidden' private static string clientId = "..."; private static string secretKey = "..."; private static string groupId = "..."; static

powerbi embeded in .net core 1.1

别来无恙 提交于 2020-01-03 21:14:16
问题 Currently, I am trying to import powerbi packages in visual studio 2017 for my .net core 1.1 project. However, I get the following error: Install-Package : Package Microsoft.PowerBI.Core 1.1.10 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.PowerBI.Core 1.1.10 supports: net45 (.NETFramework,Version=v4.5)At line:1 char:1 Has this happened to anybody else? Do you know how to work around this and embed powerbi in the new .net core 1.1? I tried to search a lot

How to authorize in Azure Active Directory without using dialog?

為{幸葍}努か 提交于 2019-12-31 04:01:17
问题 My application shows dashboard of my power bi account for all users, I am authorizing the Azure Active Directory through a dialog to get an access token. Can I hard code my credentials and get access token without using the authorization dialog. Code. It works but it is using the authorization dialog. var @params = new NameValueCollection { {"response_type", "code"}, {"client_id", Properties.Settings.Default.ClientID}, {"resource", "https://analysis.windows.net/powerbi/api"}, {"redirect_uri",

Row based time difference based on condition for Analytics

允我心安 提交于 2019-12-25 04:07:16
问题 I have the following data in a table called TABLE : EDIT : Added another couple rows with Characterid: 26052013030101 , which was missed. /------------------------------------------------------------------------\ | CharacterID | EVENTTYPE | TRIGGERTIME | |----------------------+-------------------+-----------------------------| | 11052016190101 | START | 2017-06-01 13:35:38.000 | | 11052016190101 | END | 2017-01-06 08:05:18.620 | | 01012016170101 | START | 2017-06-01 13:33:18.000 | |

200 ok response from power bi rest api but no json

删除回忆录丶 提交于 2019-12-25 01:53:02
问题 I am trying to call power bi rest api using adal.js. Token is working fine for authorization, response also coming 200 ok but no result is showing. Here is my code I am using and the url trying to access: https://api.powerbi.com/v1.0/myorg/groups/{groupid}/reports/{reportid} var headers = new Headers(); var bearer = "Bearer " + token; headers.append("Authorization", bearer); headers.append("Content-Type", "application/json"); headers.append("Accept", "None"); var options = { method: "GET",

About Powerbi Embedded Reports Scheduled Refresh

橙三吉。 提交于 2019-12-24 18:41:23
问题 We are planning to publish our powerbi reports in our sub-domain as a product for our customers. Our reports are refreshing on scheduled manner as new data arrives; hourly, daily, or per 3 hours (or live) etc. We initially tried to use 'publish to web' option, but we realise there is about one hour to see updates on published reports. We need it to be updated as scheduled update occurs. We are considering to use embedded reports, but we could not find too much any information about how it