Re: Microsoft Custom Visuals Open Source
Thanks for your quick reply.I can find the tutorial through your link but don't know where the published custom visuals store at.Do you know where can I find the code for Force-Directed Graph ?I...
View ArticleWhy is my report empty when embedded in JavaFX app?
Hi all, When I embed the URL into my JavaFX app to load in a WebView, I see the report loading part but then it is just all white. Every other webpage shows fine. Does anyone know why my reports are...
View Articlehow to set page & filter to embedded report?
Hi, I want to ask some questions.first using this guidehttps://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/My application already work displaying power bi report How to...
View ArticleRe: Passing Multiple Parameter filters in Power BI Embedded
: One workaround can be to concatenate the two fields and pass it as a filter.
View ArticleOData with power BI API?
Hi,We use the power BI API to insert the dataset and the data from our java program.How can we use the api to get the full definition of the dataset? (dataset, table, colums, types...) Now When we...
View ArticleRe: How to use Power BI Rest API without GUI authentication (redirect uri)
https://login.windows.net/common/oauth2its actually "common" in my code. By ethier it can be domain according to azure active directory. Both works. I work as above.
View ArticleOrder of the rows inserted by Rest Api
Hello there,I'm using rest api to push data into Power bi. Unfortunalletly the order of the rows is changing all the time I insert rows in to table. Is this a defualt behavior? Or ordering rows doesnt...
View ArticleRe: How to define dataViewMappings for multiple tables?
- switching the dataRoles kind from "Measure" to "GroupingOrMeasure" in capabilities.json fixes my column count issue.
View ArticleCount Records Based off of Date Calculation
I have written a measure to determine the next upcoming Friday's date based off of today's date. I'm sure there is a better way, but basically I used a combination of CALCULATE, IF and WEEKDAY to...
View ArticleRe: Count Records Based off of Date Calculation
You should use FILTER function as a filter argument in the CALCULATE. Something like below... Due_By_FRI =...
View ArticleShow total only last month
Hi, I need help I need show in my gauge the value just of the LASTMONTH When I use the expression: = CALCULATE([VALUE];DATEADD(Tempo[Date]; -1; MONTH)) My result its total, its sum all values in rows,...
View ArticleRe: Count Records Based off of Date Calculation
Thank you very much Bhavesh! This worked great and gave me the results just like I wanted. To answer your question, ECT is a column in the table data. Thanks, Craig
View ArticleRe: Show total only last month
Tks for answer But i have a error: A3 = IF(MONTH(LASTDATE(ALL('Fct'[DATA]))) = Time[Date]&& YEAR(LASTDATE(ALL('Fct'[DATA]))) = Time[Date];"Y";"N") Could not determine a single value for the...
View ArticleRe: Get Dataset table columns information
According to the BOL: Get Datasets and my test, as of now, there's no way to get that detailed information. so far, you can only get the dataset ID and Name.However, I've noticed there is a preview...
View ArticleRe: Can you remove workspaces from PowerBI Embedded VIA REST
Check Delete Power BI Workspace Collection (DELETE).
View Article