Re: custom visual enumeration issues
Hi , Thank you for the long post, but it was very useful, the trick was in the selector: { metadata: "YourColumnQueryNameHere" }anddisplayName: currentColumn.displayName, thanks you so much regards...
View ArticleRe: Filter
For me, the requirement is not clear. Could you please post some sample data andNikki wrote:Hi I have 1 table with columns called "forecast days" "date" "resource name" and so on i set the page filter...
View ArticleRe: Unable to save converted report.
Hi - There's actually a fix for this being deployed this week. I'd retry towards EOW or early next week to verify this works.Also, a workaround: create the content pack with at least one dashboard -...
View Articlejira/tempo token issue
Hi, I am trying to connect Atlassians Tempo API to PowerBI, but I am strugling with getting access. API: https://tempoplugin.jira.com/wiki/spaces/TEMPO0716/pages/125731087/Tempo+Servlet+Manual When...
View ArticleHo to make a report which give difference between rows in a table which is...
Hi All, I have an issue while making a report which takes two date as input and gives difference/changes of records which is entered in a table on different batch( one batch per day ). Below is...
View ArticlePastel
Any one on Power BI Using pastel partner for a database ? Contact me @ \Rian@brandvleiverspreiders.co.za084 384 4621
View ArticleRe: Can't add data to a field - custom visual
I've solved the problem. In my dataViewMappings I'd mistyped one set of conditions. I thought I had it set to be exactly the same as an existing parameter but I've just noticed a small typo. This meant...
View ArticleData Values Showing as 1 Instead of Actual Value
I have successfully added my SharePoint list as a source. I select fields to use as data, but the values are being shown as "1" and not the value of the field. Example: "The Number of Sites per Day"...
View ArticleFinding a Developer
I’m wondering if anyone knows a good freelancer or company with experience in Power BI Embedded, the Power BI JavaScript API, and web development. My team is currently working on a project where we...
View ArticleRe: Data Values Showing as 1 Instead of Actual Value
I believe I have figured this out. I had to create a new measure. PowerBi is not as intuitive as I expected.
View ArticleRe: Print as PDF?
I had tried both Internet Explorer and Google Chrome. I had the same issue with both. Thanks;Andrew
View ArticleGetting Error while embedding dashboard
I am trying to embed dashboard by following this link https://github.com/Microsoft/PowerBI-CSharpI have registed the application in https://dev.powerbi.com/apps?type=webAnd got the clientid and...
View ArticleHidden tables
Greetings,I was wondering, if I am about to create a report in powerBI desktop, and I import several tables (from MS Azure in my case) and while doing my report lets suppose I hide a few tables because...
View ArticleRead local file
Hi All, Can we read local file in visual.ts? For example: I would like to read topojson file in my d3 code and render paths. I am unable to read files from relative path. Thanks
View ArticleRe: Ho to make a report which give difference between rows in a table which...
If the Id in table1 indicates the batch sequece and may not be continuous. Try to add a calculated column in table1 RANK = RANKX ( FILTER ( Table1, Table1[BatchId] = EARLIER ( Table1[BatchId] ) ),...
View ArticleRe: jira/tempo token issue
Do you have any convinience to share an POSTMAN call sample to your API so that I can try and test. You can send me a private message.Per my experience, usually Power BI works fine and doesn't...
View ArticleRe: Pastel
Could you share more background on pastel partner? What is the problem in Power BI that you've got?
View ArticleRe: jira/tempo token issue
Hi Sure I will send some more details in a PM. Thanks /Martin
View ArticleRe: Power BI Embedded and Angular for webpage
A very simple demo for Power BI Embedded can be using a HTML, if you've already got a valid token and embeded URL. You can open the HTML in IE or Chrome. As to how to get the embedded url and token,...
View ArticleHow to count the occurrences of each value in a column, including repeated...
Hi All, I am very new to Power BI , and running with an issue. I am sure I will definitely get the solution to my issue here. Issue : The below is a column I haveCol A 1231234 I need Col A...
View Article