Simple Dot Custom Visuals
I am in the process of creating a custom visual. All I want to create is a simple dot represenation of a number for example 1-150. I have been looking at the tutorials on the on youtube and I am still...
View ArticleRe: tsconfig.json exclude give TypeError
, Looking at the code in powerbi-visuals-tools\lib\VisualBuilder.js, files seems to be necessary. And you may also reach out for help at github.let apiDtsFiles = tsConfig.files.filter(i =>...
View ArticleRe: powerBI embedded : embeding report using javascript API
I tried using the report id in the sample provided with the following code@model ProvisionPower.Models.UserLogin@{Layout = null;ViewBag.Title = "SignIn | Helios Data";}<!DOCTYPE html><html...
View ArticleRe: Applying colors for Table. Custom Visual
, To get a better understanding of its workflow, you could add console.log() in .ts files to output a message to the Web Console. constructor(options: VisualConstructorOptions) {...
View ArticleApplication environments in Power BI
Hi all, Not sure if this is the correct place for this but nevermind. We are creating reports in Power BI Desktop but would like to create Dev/Test/Production areas in Power BI and I was wondering how...
View ArticleCreating custom visual
Hi all, I have been trying to create a visual , I also went through the tutorial videos and was able get started with the visuals but there are a lot of pre-requisites knowledge required to...
View ArticleRe: tsconfig.json exclude give TypeError
Okay i should create a github issue. Maybe this is a good feature for the new pbiviz tool. I think the line of code you post got an error. Thank you very much for your experiance. Nice Regards Mcburn
View ArticleRe: report embed problem
Hi , Please check if you have a dashboard created in Power BI Service My Workspace. If not, please create a new dashboard. Or create a Group workspace and create a dashboard in this group to see if...
View ArticleRe: Power BI embedded with Direct Query and Parameter
, Based on my research, Query Parameters can only be used in Power BI Desktop. But you may add a $filter query string parameter to your iFrame src url to filter reports embedded in your application.
View ArticleError while accessing powerbi published url in angular Js/ aspx files
Hi, I have developed Power BI Charts by using Power BI Desktop, Sql Server db and Published it in to app.powerbi.com with my credentials, and then i get following URL by clicking on Publish to...
View ArticleRe: How to find your publish to web URL
OK~Thank you for your answer.I Will try it more
View ArticleRe: report embed problem
Yes, We had to add a group then a dashboard. Without a group, it wasnt working. Now is working. Thank you all for your help! Greatly appreciated! Regards, Peter.
View ArticleRe: Power Bi Embed: Can't load data for this visual
I find out the problem.I published a pbix in Azure that was using RLS parameter.Because this it works in Power BI Service and didn't in Azure.Azure doesn't allows RLS. Tks.
View Articleadding a FILTER function, using an inclusive range in a subselect
here is my current code and im very new to MDX and playing ard. SELECTNONEMPTY { [Measures].[Affiliations Count], [Measures].[Practitioners Count] } ONCOLUMNS, NONEMPTY {...
View ArticleRe: Randomly cannot "acquire exclusive access to dataset" when using the Rest...
Looks like you are using an older implementation of our dataset API. Your dataset should automatically be upgraded in the next few weeks. Recreating the dataset would also recreate it on our new stack.
View ArticleRe: Randomly cannot "acquire exclusive access to dataset" when using the Rest...
ah, thanks for the reply. We'll wait it out, I guess. We couldn't stream back the data to that data set, it's not logged on our side forever.
View ArticleRe: not able create work space
Hi Sam,How would one check to verify their account satisfies? Is it simply the existence of "v-" in their alias or is there somewhere in the Power BI UI that indicates a user permissions to create...
View ArticleRe: How to find the Power BI Embedded Apptoken is expired
You can send a request that requiring a token and check the reponse code other than 200.
View ArticleRe: Error while accessing powerbi published url in angular Js/ aspx files
Check if this link helpshttp://stackoverflow.com/questions/20035101/no-access-control-allow-origin-header-is-present-on-the-requested-resource
View Article