Quantcast
Channel: All Developer posts
Browsing all 48479 articles
Browse latest View live

Re: Very Basic Question

, It has been replaced by PowerBI Custom Visual CLI Tools. See https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-getting-started-with-developer-tools/ for more information.

View Article


Image may be NSFW.
Clik here to view.

Streaming Dataset data not showing in Dashboards

Hi, I have 2x Streaming Data sets configured, and I am able to create reports without any problems. When I add a dashboard tile based on any of the streaming datasets, then all I get is an icon as per...

View Article


Live Filtering in Chart

I have a  below database table  Select CourseId, CourseName from Course. Now want to create simple asp.net page. Page will have following layout1. DropDownList - which contain distinct course2. Button...

View Article

Re: How can I get the data?

, Based on my research, you will need to fill the update method by defining your own visualTransform function that will allow you to convert DataView into a view model your visual will use.

View Article

How to display the authenticated user data only in the reports ?

Hi, i have created charts in powerbi desktop based on complete data of my currenr project, after that i have integrated those reports into my web app. But I want to display the data on the charts for...

View Article


How to develop the role based functionality on the power bi charts?

Hi, I am developing the charts using powerbi desktop tool for my current project, but i want the functionality as Role based charts like if developer logged into powerbi desktop at that time only  the...

View Article

Re: How can I get the data?

You mean something like this? function visualTransform(options: VisualUpdateOptions, host: IVisualHost): BarChartViewModel { let dataViews = options.dataViews; let defaultSettings: BarChartSettings = {...

View Article

Re: How to display the authenticated user data only in the reports ?

It sounds like what you want to use is Row Level Security (RLS)?

View Article


Image may be NSFW.
Clik here to view.

Please! Help me make my custom visual.

Guys! Help me please! I am trying and trying and trying. But I can not to do anything.I had install develop environment. It's work. I had download this sampleBarChart.I do everything like in tutorial...

View Article


Filter Panel

 I crated simple report and published it. Here is the URL....

View Article

Image may be NSFW.
Clik here to view.

Re: Live Filtering in Chart

Also attaching the mock up. 

View Article

Image may be NSFW.
Clik here to view.

formatting time value to hh:mm:ss

I hope I am posting this to the right location as I am developing a new report.  Anyway, this is coming out of our telephone DB system and one column represented is Duration, which is an int column and...

View Article

ERROR: Authorization_RequestDenied - Insufficient privileges to complete the...

Hi All, I am new to Power BI and am following the walkthrough mentioned in https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-register In the first step to Register a...

View Article


Re: formatting time value to hh:mm:ss

Hi, you are just returning the minutes, you must return the entire number. New Duration = format(((TableName[Duration] / 60)/60)/24, "HH:mm:ss") Regards

View Article

Image may be NSFW.
Clik here to view.

Re: formatting time value to hh:mm:ss

The column value from SQL is an integer in the number of seconds so wouldnt / 60 return how many minutes, seconds, etc (except now I know what you are saying whereas if the number of minutes is more...

View Article


Re: Power BI Embedded using On Premise Gateway Sql Server data source

Did youo find a solution for this scenario? I´m facing the same issue, it seems that PowerBI embedded only works with DirectQuery which only works with SQL Databse online aka Azure database (OnCloud)

View Article

Re: PowerBI Embedded Sample Connection string

I tried using same format but still getting following error -  Ooops, something broke: Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'BadRequest'at...

View Article


Re: formatting time value to hh:mm:ss

Hi, you must go to Options and then find the DirectQuery options and enable the checkbox that says "Allow unrestricted measures in DirectQuery mode" and try again. Regards

View Article

Re: Power BI Embedded using On Premise Gateway Sql Server data source

No i did not find any solution. we are just using the azure database at present. It is in the to do list of power bi team.  Thanks

View Article

Re: Live Filtering in Chart

, By using the new JavaScript API, you could create your own custom filter pane.https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters

View Article
Browsing all 48479 articles
Browse latest View live