Permissions for Graph API Calender data access
Hello All, I am trying to get connect with Graph API and create a showcase. here i would like to access the calender data of every employee and create some reports and predict on that data. but here...
View ArticleHow to get row data in a table inside a dataset?
I'm using .NET SDK for Power BI andclient.Datasets.GetTablesInGroupAsync(GroupId, dateSetKey);does get me the list if tables inside a dataset, but all row data is null. If someone can point me to the...
View ArticleAzure AD oAuth request returns html page and not oAuth Code
Hi all, I'm new to PBI and the AAD world, presently working on an Embedded App Owns Data POC for our company, to display custom dashboard for our clients within our application.I've followed all the...
View Articleaverage per hour
hallo,I'd get for each operator the average throught the hoursso I put:DDD =AVERAGEX ( SUMMARIZE ( DMGLR04L; DMGLR04L[CODICE_OPERATORE]; DMGLR04L[ORA_]; "ZZZZ"; SUM (...
View ArticlePerformance benchmark - financial statement reporting
I use direct query to extract ledger transactions for 6 companies from a SQL server database and produce balance sheet statements and profit and loss statements. Can anyone provide acceptable response...
View ArticleAttribute Slicer
Hi Team, We are trying to reuse your code to build a similar search custom visual with additional functionalities, while trying use your code, we are facing issues with installation of a dependent...
View Article@essex/attribute-slicer": "^2.0.1 Not Found
Hi Team, We are trying to reuse your code to build a similar search custom visual with additional functionalities, while trying use your code, we are facing issues with installation of a dependent...
View ArticleInput of data by external users
I need to know how to make a dashboard where users in my organization can enter data and thereby update my reports. Thank you!
View ArticleCustom Visual Line Graph Not Rendering
The following code is compiling but isn't rendering anything. Any advice appreciated. module powerbi.extensibility.visual { interface DataPoint { grade: number; minimum: number; maximum: number; };...
View ArticleConnecting To live SSAS
HelloI'm trying to publish my live powerBi report which get data from ssas cube, and its successfuly published and i configerd my gateway to connect to my local SSAS and the connection is OK, But i...
View ArticleError when Refreshing R Script Data
I am getting the error below when I try to refresh my R data set after Publish my report. (ADO.NET: R script error. Error in library(dplyr) : there is no package called 'dplyr' Execution halted). I...
View ArticlePass Data from visual.ts to visual.less
Hi,I have the follwoing problem: I am getting a color from my options using a colorpicker in my custom visual. Now I want to pass this colorvalue from my visual.ts file to my visual.less file so I can...
View ArticleCustom Visual with Conditional Formatting
Hello. I create a custom visualtell me how I add Conditional Formatting(https://community.powerbi.com/t5/Desktop/Custom-Visual-Using-Conditional-Formatting/td-p/323947they say it is possible but it is...
View ArticleGet Dataset Parameters from REST API
I tried get the list of parameters using REST API as: https://api.powerbi.com/v1.0/myorg/groups/$group_id/datasets/$dataset_id/parameters" , but get the response as empty array even though parameters...
View ArticleDropdown checkbox slicer
Hi everyone, I need to have dropdown checkbox slicer. I found tutorial how to make radiobutton slicer, but not dropdown checkbox. How it can be done? Regular slicer doesn't work for me, since it has...
View ArticleHow to Migrate a Workspace collection to Powerbi service
How to migrate my workspace collection to powerbi service also my workspace colelction consists of import id (https://msdn.microsoft.com/ru-ru/library/mt243840.aspx), how to migrate this importid to...
View ArticleHow to sync custom slicer?
Hi everyone, I have custom slicer and I have a problem with sync between different pages in report with this slicer. How it can be synced as regular slicer?
View ArticleToo many requests in Web.Contents. Can I share a request?
Hi, I am querying a web api using Web.Contents in a loop to get paged data. The Api has a throttled request limit of 300 requests per 10 minutes. { "results": { "timesheets": { "123456": { "id":...
View ArticleTrying to filter data in custom visual
Good evening,I'm relatively new to Power BI and want to create a filter for my data in my custom visual so my data will be updated in every other visual/slicer on the same page. Right now I have this...
View ArticleCustom Visual deployment
Hi. So I have created my custom visual. Added it to a report in https://app.powerbi.com/ and debuged it there.All ok. Now it's time to add the visual to a report in PowerBI.So I create a package using...
View Article