Re: Is there a way to stop the new Timeline control looking comically big?
The issue is the vertical space it takes up. There is no way to remove the Y-Q-M-W-D picker - and if you click down to 'D', it adds multiple labels under '2014'. This takes up further vertical space....
View ArticleRe: Is there a way to stop the new Timeline control looking comically big?
I'd love to see more options added. I'd rather not allow my users to drill down to day. And I'd like to make the bar quite thin and sleek. The whole control could be squeezed into a pretty tight space.
View ArticleRe: Is there a way to stop the new Timeline control looking comically big?
Hi , I agree with you that it would be better to add more options for us to hide Y-Q-M-W-D picker and change date labels to display horizontally instead of vertically. For your requirement, you can...
View ArticleRe: How to Single sign into an application(portal) and redirecting to...
Power BI.com use the Azure AD to authenticate. So if you embed report via Power BI REST API and your web site uses Azure AD as well, I guess this artilce values. What is application access and single...
View ArticleRe: Issue with external library
, Where do you use Leaflet? Could you please post the related code snippet here, as well as some screenshots?
View ArticleExternal libray permission refused
Hello,I would like to add an external library ( from http://visjs.org/index.html#download_install ) so i followed the tutorial : create new external folder, add the js file inside and update the...
View ArticleCapabilities.json
Hi, Is there anywhere that fully documents the capabilities.json file ? There seem to be a lot of different options within the file that I have seen in the samples but no detailed documentation to...
View ArticleRe: New forecast data analytics tool doesn't work
I'm having the same issue and have gone through the same checks.
View ArticleRe: Number of Months between two dates
I had a similar question, but for my case, I want the formula to be sensitive to the day of month as well as the month of the year. For this, I added an offset of -1 to your formula above any time the...
View ArticleLooking for a more detailed custom visual sample source code
Hi, I am trying to build a custom visual in PowerBI for Project Timeline with milestones and projects. I need to render multiple types of elements and position text dynamically. I also need to render...
View ArticleRe: New forecast data analytics tool doesn't work
both of your charts show an x axis set to Categorical. It must be Continuous for forecasting to work. you will need to use a completely different column; only a numeric or date format will work...
View ArticleAdding Custom Filter to Embed report
I am working on a demo project which uses the powerbi.js file to embed the report. var reportConfig = { settings: { filterPaneEnabled: true } }; var report = powerbi.embed(reportElement, reportConfig);...
View ArticleRe: On-premises data gateway for embedded app
If you're talking about gateway for Power BI Embedded, I'm afraid you've come to dead end. You can check the ideas and vote them up.Support other data sources Direct Query using Gateway on Embedded...
View ArticleRe: Update data via Power BI REST Api
There's no update row API in the official documentation row operation, only add and delete. You can vote the idea Update rows Rest API up. As a workaround, maybe at first delete all rows and then add...
View ArticleRe: Embed a Report into a UWP application WebView
Did you ever get any farther on this? I am currently experiencing the same issue.
View ArticleRe: Why is my report empty when embedded in JavaFX app?
Every other URL works fine and displays properly, just except for the content of the report.
View ArticleRe: Javascript toggle navigation bar
Have you checked this sample?http://azure-samples.github.io/powerbi-angular-client/#/scenario6 It calls vm.toggleNavContentPaneClicked() function.
View ArticleRe: Javascript toggle navigation bar
Thank you! I know this sample page, but i managed it to implement this function using this wikihttps://github.com/Microsoft/PowerBI-JavaScript/wiki/Page-Navigation
View ArticleRe: External libray permission refused
, Based on my test, you could modify the .ts file as shown below. private window: any; constructor(options: VisualConstructorOptions) { this.window = window; var items = new this.window.vis.DataSet([
View ArticleCross page filtering
My current scenario is as follows:In a institute there are multiple student have been given the test. In Question paper there 10 question. some questions are single choice and some question have...
View Article