Skip to main content
Search
Liquid error: Exception has been thrown by the target of an invocation. Liquid error: Exception has been thrown by the target of an invocation.

    Search Microsoft Fabric Ideas

    Clear filters
     
    Vote 46
    Michael Foley profile image

    Michael Foley on 12/18/2014 1:15:41 AM

    Developer APIs

    REST API to share a dashboard.

    REST API access to share a dashboard. It would be really useful to be able to share a dashboard via the API. This would allow us to interact with users on a website or in an application and then present them with a button to "Add To My PowerBI". Or another example, have an API call that I can loop over to share a dashboard with 1000+ users.

    Under Review

    Administrator

    Hi Michael. Thanks for clarifying! Looks like a good idea, I've moved it to the Developer API forum.

    Vote 1
    Bart profile image

    Bart on 5/20/2016 2:39:04 PM

    Issues

    api

    I have a ASP.NET application which uses the REST API to push data to Power BI. Everything goes as expected except when i try to update a table schema. When is do this i get a 200 response and no errors. However i can take up to 10 minutes before the update is visible inside Power BI. I hope someone can explain this delay to me. Thanks ahead! Bart

    Declined
    Vote 2
    Kieran Leigh profile image

    Kieran Leigh on 11/7/2022 4:21:51 PM

    Power BI

    SVG layer support for background images

    When adding a SVG as a background image, it would be useful to have layers that turn on and off. There may be some elements that do not apply to every page. Without a layer functionality, the only solution is to have different SVG files for each variation of the elements turned on and off. While there is no standard for layers in SVGs, nearly every authoring package uses a g element with an ID to identify layers in SVG.


    My request is that when a SVG with "g+ID" layers is used as a background, a list is provided which allows these elements to be individually shown or hidden.

    New
    Vote 8
    gustaf.oqvist profile image

    gustaf.oqvist on 3/10/2016 10:09:38 PM

    Power BI

    SVG function support

    It would be great if you could add support for functions within SVG files. Function calls in Power BI Desktop throws an error message when triggered and in the web service they simply don't work (no error message). Tags: SVG, function, javascript, ecmascript

    Needs Votes
    Vote 3
    Qiao Lin profile image

    Qiao Lin on 6/16/2021 6:58:24 AM

    Power BI

    SVG file import to Visio Visual

    Power BI can: 1. Import Visio and link data to shape; 2. Import SVG file and visualize; But the 2 functions can not cooperate yet: user can not show SVG file on Visio Visual. Hope that we can enable the SVG shape visible on Visio Visual.

    Needs Votes
    Vote 224
    Power BI User profile image

    Power BI User on 8/11/2015 12:42:25 AM

    Developer APIs

    Trigger refreshes for datasets using API

    Instead of refreshing a dataset based on a schedule, I would like to trigger running a refresh on demand. A REST API that I could use to get the history of refreshes, current status of refresh, and start a refresh would be helpful.

    Completed
    Vote 3
    Derrick Moss profile image

    Derrick Moss on 3/2/2023 9:08:35 PM

    Power BI

    SVG Image Insert

    Simple way to insert a SVG like it is for PNG, JPG, or other image formats.

    New
    Vote 111
    Greg Galloway profile image

    Greg Galloway on 1/2/2015 3:46:09 PM

    Developer APIs

    Push data via API into an existing model

    Without the ability to define my model in Excel or the Power BI designer with relationships and DAX calculations and column properties/formatting, it's going to be very difficult to get my dashboards to work and look as I want. I would like to be able to upload an Excel or Power BI Designer model then use the API to push new data into it real-time. I'd also like to be able to schedule refresh and decide what happens to the API pushed data during scheduled refresh. For example, I may upload a model with 100,000 rows, then use the API to add 5,000 new rows. But during scheduled refresh those 5,000 new rows are also in my SQL source so I want to wipe out the API pushed data upon scheduled refresh.

    New

    Administrator

    Hi Greg, this is definitely on our plan thanks. We'll be spending time on building out the APIs over the coming months. Thanks!

    Vote 1
    Kieran Leigh profile image

    Kieran Leigh on 4/14/2023 2:19:16 PM

    Power BI

    SVG - support title element for custom tooltips

    When custom SVG visuals are added to a table or matrix, by default they have a tooltip which is the SVG source code. While this is useful in the development phase, it is not something to present to end users. There are many tutorials out there offering a way to hide the tooltip, e.g.

    Hiding SVG Image Code from Tooltips in Power BI — Havens Consulting

    Embedding SVG images in Power BI – part 2 - KPMG Poland


    These methods are either to use 100% transparency (no tooltip) or a report page.


    These may work for simpler custom SVGs that present a single value. I am currently working on a custom calendar view that sits in a matrix. This means one SVG item is representing multiple data points. I would like to add a tooltip for each day showing the value. This could be achieved by adding a title to the related element. This would allow at least a simple text tooltip.

    New
    Vote 101
    Paul C profile image

    Paul C on 10/28/2015 11:49:04 PM

    Developer APIs

    Add REST API call to add new table to existing dataset

    The REST API supports dataset operations but does not allow adding a new table to an existing dataset. It does allow adding new columns/fields to existing tables - but the inability to add new tables is a huge hole in the API.

    New