Import a json file to power BI desktop
Hi All , I have an already existing json file that contains a code source to create a new PBI visualization and I need to import it in power BI desktop , could you please let me know how this can be...
View ArticleCustom Visualization additional DataViewCategoryColumn
Hello, I'm trying to develop a custom visual that replicates an arc chart for every existing category. I've used the code at https://github.com/kiewic/PowerBI-WaffleChart and I'm on the right...
View ArticleCustom Visualization additional DataViewCategoryColumn
Hello, I'm trying to develop a custom visual that replicates an arc chart for every existing category. I've used the source code of a waffle chart that can be found in github (which I cannot link...
View Articlestreaming dataset - manipulate values
Hi together, i have a question i hope you can anwer me that.So i receive values via modbus-protocol on a middleware and i foward them directly in power bi.Works great!But there's a little thing that...
View ArticleBuilding up the Skillset to develop Custom Visualizations
Hello!I'm getting into the development of Custom VIzs in PBI. I'm not an engineer so all I've got is self taught experience. I've worked with D3 since some years now and I'm okaish with Javascript but...
View ArticleHow to remove Bottom Bar or Disable FullScreenMode from Iframe in Google Sites
Hi everyone... I have a dashboard in google sites with html code, the problem is when i used the Fullscreen button, because it sends me to another page and i dont want to go to another page to see the...
View ArticleREST API: Change a reports data source
If I have a report saved in the PowerBI Service, is there a way to use PowerBI's REST API to fetch that report and change that report's data source to use a local dataset (CSV File) instead without...
View ArticleREST api: updatedatasources is no more working ?
I have tried an rest api to update datasource of a Dataset ashttps://api.powerbi.com/v1.0/myorg/groups/".$group_id."/datasets/".$updated_dataset_id."/updatedatasourcesBut my bad that the result...
View ArticleExcel file to PowerBI conversion
I am trying to convert the Excel input file into the PowerBI report conversion.For this first i have created powerBI Report(.pbix) file and tried to open it in XML file format.But i could not able to...
View ArticleExcel report file conversion to PowerBI report
I am trying to convert the Excel file(.xlsx) into the powerBI report file(.pbix). I have created the powerBI report(.pbix) file and trying to see that in XML format.But I could not able to see this...
View ArticleExcel to Power BI
How to convert the Excel report files into the Power BI report files using VB.Net or C#.Net code.
View ArticleREST API for tile
Hello, I am using Gerhard Brueckl C# wrapper to use the REST API https://blog.gbrueckl.at/2017/05/c-wrapper-power-bi-rest-api-version-2/ I Use it to be able to list reports,, workspace, .... I am...
View ArticleAccessing highlights array - supportsHighlight capability
Hi, I' developing custom visual and want to support highlights. Here is my capabilities.json code: { "dataRoles": [ { "displayName": "Row", "name": "row", "kind": "Grouping" }, { "displayName":...
View ArticleDynamic Col values
Hi,I'm struggling to figure out the best way to tackle this problem.I have an SQL db with PBI gateway, Premium Service.I have a table like below: ID |Overidden ID |Owning Location |DelLocation |Start...
View ArticlePulling Report data filtered by backend user permissions
First time powerbi user. Wanted to validate my approach to one of the problems am facing while embedding a powerbi report into a company webpage.Scenario: We have integrated a powerbi report on one of...
View Articleembed report only works first time
Embedding report works but only first time. When a different report is attempted to be embedded after changing the config object appropriately, nothing happens. The first report just stays.I attempted...
View ArticleWarning on web content in power bi dashboard
I am trying to create the web content using html code in Power Bi Dsahboard, but it is giving warning like " This widget contains web content not provide by Microsoft. Web content could contain code...
View ArticleFullscreen mode button Power BI Embedded on Wordpress
Hi team, I could embed Power Bi on my blog in worpress throught a plugin. But I can't show dashboards in fullscreen (in public dashboard this is possible). So I want to put a button "fullscreen" below...
View ArticleWhich API link should I use to upload a local CSV as a new dataset to service?
I'm exploring the PowerBI's REST API reference to find a resource that I could use to upload a local CSV file I have in the desktop to a specific workspace, but can't seem to find one. Is there a way I...
View ArticleMoving away from DirectQuery to scheduled refreshes (data source is a database)
Hi, I have fully real-time PowerBI reports in operation using DirectQuery mode and querying direct to my Amazon Redshift database. This is great, except it can be a bit slow compared with import modes!...
View Article