SandDance icon indicating copy to clipboard operation
SandDance copied to clipboard

Missing facet on grid?

Open GaelanSmith opened this issue 5 years ago • 5 comments

When I use the web-based app, I'm able to facet on a grid. For example in the sample Demo Vote data, I can create a grid of votes for Obama and facet by income level.

The same functionality is not available in the SandDance 2019 Power BI release available in the app store (last updated 07/23/2020). The only way to facet is by column which is not useful for my needs. According to the Vega spec, the web version schema is v5.json but the Power BI is v3.json.

Is this feature (or version) going to be released to Power BI? Is there a way to get this soon?

Thank you, Gaelan

GaelanSmith avatar Jul 31 '20 22:07 GaelanSmith

Hello, yes the new features are coming soon in PowerBI. The PowerBI team has a different release cycle than our web app. I'm told it should be available in about a week from now. Thanks for your patience!

danmarshall avatar Aug 01 '20 01:08 danmarshall

Dan,

Great news! Hopefully I can still work it in to my current report. Looking forward to it!

Gaelan

On Fri, Jul 31, 2020, 9:07 PM Dan Marshall [email protected] wrote:

Hello, yes the new features are coming soon in PowerBI. The PowerBI team has a different release cycle than our web app. I'm told it should be available in about a week from now. Thanks for your patience!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/SandDance/issues/263#issuecomment-667443836, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALB4HSAI3ALTPYY5VFVRLCDR6NTFBANCNFSM4PRAEOXQ .

GaelanSmith avatar Aug 01 '20 13:08 GaelanSmith

Current estimate is around August 10th.

danmarshall avatar Aug 05 '20 00:08 danmarshall

Thanks for the update, much appreciated. Will we be able to customize colors in this release? I need to match my company colors and couldn't find a way to do that in the current release.

On Tue, Aug 4, 2020, 8:34 PM Dan Marshall [email protected] wrote:

Current estimate is around August 10th.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/SandDance/issues/263#issuecomment-668900856, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALB4HSCE3OQGMRCPMXHRJ5DR7CSKZANCNFSM4PRAEOXQ .

GaelanSmith avatar Aug 05 '20 13:08 GaelanSmith

You can use Direct Coloring when your data contains CSS Color Module Level 3 specifier strings here's an example of csv data:

num,cat,color
1,a,red
2,b,green
3,c,blue

danmarshall avatar Aug 05 '20 18:08 danmarshall