Re: PowerBI Embedded Sample Connection string
Hello I have been facing the same issue . Please share if it was resolved.The Provision Sample was working fine but two days back it threw this exception exception and continues to do so , with the...
View Articlewrite DAX formula to return table
Can any one help to write DAX formula that will return table single column value dynamicallly base on switch case?If in slicer i chose filter value A then show record from A table and if i filter B...
View ArticleRe: write DAX formula to return table
Your explanation of the topic is too vague. We would like to see the data with the expected output before proceeding ahead. Can use HASONEVALUE function as well.
View ArticleRe: PowerBI custom visual dataView matrix valueSource is empty
, The default API version for new visuals has been changed to 1.2.0. You may check the capabilities JSON schema at...
View ArticleRe: How to define dataViewMappings for multiple tables?
, Now the default API version for new visuals has been changed to 1.2.0. You may check the capabilities JSON schema at...
View ArticleIssue with external library
Dear all, I'm converting my visual to the API v.1.2.0 and was happy to see "externalJS" files are now supported.I've implemented this and I see the code of these third party files when debugging.The...
View ArticleRe: Power bi desktop report is not refreshed or not shown updated data in web...
, Based on my research, data refreshes are automatically reflected in your embedded report or visual. But it can take approximately 1 hour for refreshed data to be visible.
View ArticleGet Dataset table columns information
Hi, It is possible with PowerBI API to get columns of a table with all the fields and data type? e.g. with the GET htps://api/powerbi.com/v1.0/myorg/datasets/ID/tables I get the json that looks...
View ArticleRe: Previous YEAR vs Selected Year
Not getting you properly but i have done something as below. I have used few calculation one is for current year real value and the last year real value as below Last Year Real value = IF(YEAR('Table...
View ArticleRe: embed filter issue
hi @Sunkari Can you please provide one running demo on powerbi javascript api if possible?......really stuck on this.....!! If you can then please. Thanks Abhi.
View ArticleRe: embed filter issue
: Sorry Man. I don't have that if found any it. Please share with me
View ArticleRe: Can I connect to Power BI data set using ADOMD.Net?
The property Integrated Security=ClaimsToken has been working since version 13.0.1700.42 . The current version is available in Powerbi (Microsoft.PowerBI.AdomdClient.dll) and Excel2016...
View ArticleUsing Power BI Desktop for developing custom visuals?
Is it possible to use Power BI Desktop for developing (deploying + testing) custom visuals in maner similar to Power BI Online?I have installed the powerbi-visuals-tools from npm, setup my development...
View ArticleRe: How to define dataViewMappings for multiple tables?
- Thanks. I took a look at v 1.2.0 but still didn't see anything that would allow me to import multiple tables. I only noticed the newly added "drilldown" property and "scriptResult"...
View ArticlePower BI Embedded and Direct Query
Recently i posted a new topic here asking how to update a report(dataset) through power bi api. For testing purposes everything works good, Our problem now is, we cannot for every report open pbix >...
View ArticleRe: embed filter issue
In your embedConfiguration, is "filter" or "filters" (with an 's')? Per the documentation, I believe it is filters.Also, it should be an array i.e., filters: [ defaultFilter.toJSON() ] Please give it...
View ArticleRe: How to define dataViewMappings for multiple tables?
- Version 1.2.0 actually broke my table. One of the columns in the table contains a text string in each row as data (a hyperlink to an image), and Power Bi Desktop now shows that column as a count...
View ArticleMicrosoft Custom Visuals Open Source
Where can I find the code of the custom visuals created by Microsoft such as Force-Directed Graph ?
View ArticleRe: Microsoft Custom Visuals Open Source
https://github.com/Microsoft/PowerBI-visuals
View Article