Re: change report data sets programmatically
In Power BI desktop, you can access the all database and save the credential in cache at the first time to connect. When connecting next time, you don't have to input credential again.Why that much...
View ArticleRe: Streaming Dataset data not showing in Dashboards
Hi, Here is the JSON definition: [{"Humidity" :98.6,"Temperature" :98.6,"Timestamp" :"2016-11-07T11:46:36.368Z","Date" :"2016-11-07T11:46:36.368Z","Device" :"AAAAA555555","AmbientLight" :98.6}] The...
View ArticleRe: How to integrate easily a report dashboard into my own web site
, To embed Power BI, you could take a look at links below. https://powerbi.microsoft.com/en-us/blog/tech-tip-thursday-3-ways-to-embed-power-bi/. https://powerbi.microsoft.com/en-us/blog/intro-pbi-js-api/
View ArticleRe: How to integrate easily a report dashboard into my own web site
great links.Is there the source code viisble somewhere for the Javascript API sample link ? regards
View ArticleHow to display the only power bi chart not an power bi report in WEB app and...
Hi, In my current project i was integrated a power report into WEB app and UWP app successfully, but i want to display only the power bi chart not entire page what i did in power bi desktop. Please...
View Articleadding images directory to Custom Visual Devloper Tools
How can I add static images to my custom visual project using the new Developer Tools?I have added the images under the "assets" folder however when running my Custom Visual in Node.js I get the...
View ArticleAdding Images to my Custom Visuals Project
How do you add static images to a Custom Visual using the new Developer Tools?I have added the images I want to use under the "assets" folder in my project, however when running my custom visual...
View ArticleExecution stuck in Constructor
Hello all, I´m trying to port my Custom Visual to the new Developer Plattform. After multiple changes I´m able to compile and start the visual. But now, when I want to put Data into the visual, it...
View ArticleRe: Update dataset published via Power BI API
Yeah, nameConflict parameter works here!At the beggining i was getting error when i have two files with the same dataset name.(idk, but this is possible), so the overwrite dont know what file to replace.
View ArticlePrevious YEAR vs Selected Year
Hi guys, Please help with this DAX I need show the value by select YEAR vs PREVIOUS YEAR I am using this expression: Max Year = CALCULATE(SUM(MyTable[REAL]); FILTER ('TIMEDIM';...
View ArticlePower bi desktop report is not refreshed or not shown updated data in web...
Hi, I was integrated my power bi report into web app. but when ever i was opened my web application always it shows same data it doesn't show the updated data from azure SQL database. when i was opened...
View ArticleConnecting PowerBI Embedded to SQL Server
Hi,I am having problems when I try to get data from an SQL server using Power BI embedded. The scenario is the following:I have implemented a MVC application that integrates PowerBI embedded. It works...
View ArticleRe: Execution stuck in Constructor
, You'll need to confirm that there is no error message when you run the visual server by typing pbiviz start in terminal / command line from the root of your visual project. For tips about debugging...
View ArticleRe: PowerBI Embedded Sample Connection string
Did you get the issue resolved?I am stuck at same place with same exceptionPlease share a solutionThanks
View ArticleRe: Adding Images to my Custom Visuals Project
, What is the image used for? It seems a relative path issue. You may follow the debugging guide to debug your custom visual.
View ArticleRe: How to display the only power bi chart not an power bi report in WEB app...
, According to your description, you could take a look at https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile/.
View ArticleRe: Connecting PowerBI Embedded to SQL Server
I think PowerBI Embedded requires an on-premises gateway to be set up in order to connect to your own data source. Are you using that?
View ArticleRe: Connecting PowerBI Embedded to SQL Server
There is not gateway support for on-premise sql server database using PowerBi Embedded. Power BI Embedded only support azure databases with direct connection and direct connection/scheduled refresh...
View ArticlePowerBI custom visual dataView matrix valueSource is empty
I am currently trying to port a PowerBI visual from API Version 1.0.0 to Version 1.1.0.I am creating a Visual with a matrix as a dataView. To this point my Visual works. But when I try to check if a...
View ArticleRe: Previous YEAR vs Selected Year
Not clear about your data model, check the attached pbix based on my understanding.
View Article