Re: Edit Custom Visual Developed in PowerBI developer tool (Online)
i tried npm command, But still its not working. is there any other workaround for this.
View ArticleRe: Edit Custom Visual Developed in PowerBI developer tool (Online)
Did "npm i" succeed?Did the error change? You could open any existing pbiviz file with an archive manager, to inspect the structure.Then you could try zipping contents of your visual folder and...
View ArticleRe: Need a help on scatter plot
, You may need to create a custom visual, and specify kind property as 0 or 2.https://github.com/Microsoft/PowerBI-visuals/blob/master/Capabilities/Capabilities.md
View ArticleRe: CORS error when viewing Published PowerBI Report
Thanks for that clarification. I can verify that the url can be accessed from China and USA.As I don't have much knowledge on CDN, I'd suggest you submit that issue and ask MS for support.
View ArticleRe: Power BI embedded supports data refresh
Have you had any luck with this? I have the same problem. When I go to PowerBI report or Dataset it's updated but not on my embedded SharePoint Page
View ArticleRe: Issue with PowerBi javascript api
, Is there any error message in your Web Console? Share us more detailed information if possible.
View ArticleRe: "RealTime_PushRequestSizeTooLarge" when pushing large JSON
, Here lists the Power BI REST API limitations. To exclude other factors, reduce the size and try again.
View ArticleRe: Edit Custom Visual Developed in PowerBI developer tool (Online)
the command "npm i" run sucessfully but still m getting same error.
View ArticleRe: Edit Custom Visual Developed in PowerBI developer tool (Online)
You could try using this visual as a template and gradually replacing it with your code. Not sure if it makes any difference, but I noticed the barchart source from the link above does not capitalize...
View ArticleRe: shmoo plot
Is there a network of developers that do custom visualization contract work?
View ArticleRe: Issue with PowerBi javascript api
Hi Tere are some errors but they are not related to this issue i think.These error appear even when i am not using any custom visuals.
View ArticleRe: Row-Level Security with Direct Query
Hi Simon I have two question . FirstAll the customer is not a domin user . What can I do .SecondOn this https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-rls/It must use...
View ArticleConnectivity issue of clickdimension
HI, My requirement is to get the data from 'ClickDimensions' services.Below link followed to get the connection of...
View ArticleRe: Power BI embedded supports data refresh
When will this must-have feature be released?
View ArticleRe: Table Rows Limit
Specifying dataReductionAlgorithm in capabilities.json did the trick. Thanks a bunch. I can now read in 30K rows. My dataViewMappings now looks like this: "dataViewMappings": [ { "table": {...
View ArticleRe: Connectivity issue of clickdimension
My guess is that it is remebering your credentials from the previous tries you would have done. Can you clear all history, cookies etc from your browser, sign out of power bi and then try.
View ArticleHow do you use the API to import a PBIX to a group workspace?
When I publish from PowerBI Desktop, I can select the workspace. But looking at the API, I can't see how to specify the workspace... https://msdn.microsoft.com/en-us/library/mt243840.aspx Note: I...
View ArticleHow to use Power BI Rest API without interface logging get access token
Anyone know power bi api reset have it function not use interface logging get access token ?I find anywhere can't find this api function . who can provide this api description?my project need this...
View ArticleRe: Problem importing files to tsconfig.json
Hello, Thank you for the help guys, but it's not working. Best regardsn0gare
View Article