Re: The given data source kind is not supported
Hi , Please refer to Custom-Data-Connectors-on-Power-BI-Service. The answer could be in blob/master/docs/m-extensions.md#implementing-testconnection-for-gateway-support. Best Regards,Dale
View ArticleRe: PowerBI REST GroupID and dataset name
Hi , If you'd like to continue with PowerShell, please try this get-powerbidataset. You can just type commands in the PowerShell. Another approach is the rest api getdatasetsingroup that can work with...
View ArticleRe: Which API link should I use to upload a local CSV as a new dataset to...
Hi , According to the imports/postimportingroup and my test, I'm afraid the CSV file isn't supported for now. How about converting them into Excel files first? I would suggest you create an idea here....
View ArticleAnalysis Services- Import vs Connect live error.
Power BI is working fine on my tabular model, in desktop and import data. However, if I choose to connect live to import same Model/data, I get error;“Couldn’t load the data for this visual” and the...
View ArticleRe: Embedded Visuals Won't Stop Moving/Resizing
Hi , Did you solve it? Would you mind sharing with us? Best Regards,Dale
View ArticleRe: Row level security with multiple roles
Hi , The issue is no yet solved.I need to get a report as such where client_id = 2 and location_id =1 (Single client may have different locations). When i want to render a report , where the...
View ArticleRe: The given data source kind is not supported
Thanks! It was TestConnection property. Once I set it up - all worked. Now I have issue w/ predefined parameters for model. I made a parameter, upload model, trying to change parameter in model setting...
View ArticleCustom visual arrange layers of visualization
Hi,we need a datetime picker as custom visual. One option seemed to be including bootstrap/jquery based external components.Thats what I tried, but cant get it to work. I used:"npm install...
View ArticleRe: Can we give resource file at runtime to power BI dashboard ?
Hi , As far as I know, there isn't a feature like that. You can check out the REST APIs and the JS client library. You also can try the live demo here. I would suggest you create an idea here. Best...
View ArticleRe: Unable to view Power BI Service API in app registration
Hi , Could you please mark the proper answer as a solution? Best Regards,Dale
View ArticleRe: I keep getting an error telling me "filters property is invalid" in embed...
Hi , The values could be in []. Please give it a try. Reference: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters#constructing-filtersconst filter = { $schema:...
View ArticleTesting Canvas Tooltip and Multiple SelectionIds
Hi, I was testing Canvas Tooltips. It works very fine, I was wondering if it is somehow possible to give the tooltips an array of selectionIds instead of a single selectionId. The use case would be a...
View ArticleMultiple date fields in Power BI
Hi I wish to show both a transaction date and an invoice date column against some spend data. I have the spend data, along with invoice date key and transaction date key in one table which has a...
View ArticleRe: Testing Canvas Tooltip and Multiple SelectionIds
Canvas Tooltip does not support SelectiondId array as per design. Ignat Vilesov,Software Engineer Microsoft Power BI Custom Visualspbicvsupport@microsoft.com
View ArticleRe: Multiple date fields in Power BI
These are the two tables in question with the fields and relationship visible.
View ArticleRe: Custom visual arrange layers of visualization
Did you add jquery-datetimepicker.js into externalJS property of pbiviz.json? Ignat Vilesov,Software Engineer Microsoft Power BI Custom Visualspbicvsupport@microsoft.com
View ArticleRe: how to test pbiviz files efficiently
You can test R custom visual in Power BI service (powerbi.com) by using pbiviz start command.Have a look at documentation to use it properly. Ignat Vilesov,Software Engineer Microsoft Power BI Custom...
View ArticleRe: Custom Visualization additional DataViewCategoryColumn
You wanted to specify a color for each segment of each pie. Is that correct? Ignat Vilesov,Software Engineer Microsoft Power BI Custom Visualspbicvsupport@microsoft.com
View ArticleRe: dataViewMapping refresh glitches
The dataView will be updated for each data or format panel change. What issues have you faced? Ignat Vilesov,Software Engineer Microsoft Power BI Custom Visualspbicvsupport@microsoft.com
View ArticleRe: ThanksRe: Import a json file to power BI desktop
As a simpliest solution I'd recommend to use D3.js visual. If you want to create a new visual you should follow documentation. Ignat Vilesov,Software Engineer Microsoft Power BI Custom...
View Article