Re: Sample file for SandDance visual
Is it in Power BI Desktop? Could you send the pbix file using the 'Send a Frown/Smile' feature in Power BI Desktop?
View ArticleSandDance visual only shows first 10,000 rows
Not sure if I am missing something in the setting, but SandDance visual would only show top 10,000 rows from my dataset. Is there a way to change that behaviour ?
View ArticleChange line chart background color
I want to make line chart report and I have attached the image what I am trying to achieve can you help me how can I do that. I want to change the background color if my y-axis value is 0 to 0.7 it...
View ArticleRe: Sample file for SandDance visual
I can, but here's a funny story first: I build this stuff off a sql server, so I remote in using Citrix, build my BI files there, then publish. My email isn't set up there, so I saved the file locally...
View ArticleNeed Help in writing Custom Formatter
Hi, I am working on custom power bi controls as per our needs. In that I want to write a custom formatter which formats the string with my requirements eg. if value is null than return "No Data...
View ArticleRe: Sample file for SandDance visual
Looking forward to this update. Some of my biggest challenges with current PBI functionality, are the limitations put in place. These should be configurable by end-user, and not set as "hard stop...
View ArticleCustom Visual Title Bug
Hi guys,when I import a custom visual in Power BI, the name assigned to that visual seems to be its guid (with numbers part stripped) instead of the display name. When a visual has a long name, spaces...
View ArticleAdding Relations
HiI have 2 tablestblSales ([ProductID] , [Price$]) 1 250 2 400 3 1800you get the idea tblSalesBracket...
View ArticleRe: SandDance visual only shows first 10,000 rows
See thread below. Looks like we have to wait until the April update... http://community.powerbi.com/t5/Developer/Sample-file-for-SandDance-visual/m-p/24341/highlight/true#M673
View ArticleSingle Signon from company website
I am trying to implement single signon per website user for our front end app so users don't have to log in the website twice. I tried to use below code from Prologika site, however it fails on web...
View ArticleRe: Column data values are not sorted in Matrix visual in Power BI
Month sorting is a special case that needs extra column to have numbers in ascending order of sort and use it as "Sort on" field by clicking on Data Model column for "Month".
View ArticleRe: Single Signon from company website
Here is how I solved it:I got it working finally. Below is code. Download code from here for Chapter 12: http://prologika.com/power-bi-embedded-dashboards-without-authentication-ui/ Use below code to...
View ArticleAdd Columns based on Data in separate query
Is there a way to create new columns in a query based on a separate data query? I would like to accomplish something similar to a pivot table where you can assign a data field as the columns and have...
View ArticleRe: Single Signon from company website
Will it be possible to do this type of authentication in javascript?
View ArticleRe: Change line chart background color
I don't know of a way out of the box, but here are a few ideas you can pursue.All ideas revolve around layering visuals. The line chart will be in the foreground, and these options in the...
View ArticleRe: Column data values are not sorted in Matrix visual in Power BI
I've the smiliar issue with Power BI Matrix table. But not in Excel Pivot table or table. .Still waiting for someone who can help to resolve this or MS Power BI to include same filtering/sorting...
View ArticleStatistic data at the end of matrix
Hi, is there any way to get statistical values at the end rows of matrix table? For example, i have matrix with dimensions in rows and at the end of these values i want to get additional options for...
View ArticleRe: Statistic data at the end of matrix
Hello, You can put your min, max, sum, avg, sd, ... in a separate card visual, modify its title and formatting and display it at the end of your matrix. As far as I know, there is no summary table. I'm...
View Articlecolumn chart code required
I need column chart code so that I can make some changes in it and create my own custom visual can any one give me the code of power bi
View Article