Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
michal089
Frequent Visitor

Custom Visual - data mapping problem.

Hi

 

Recently I encountered a problem. I have tried to map following set of data : I have a few organisations, each organisations have their own member. Futhermore each member have unique ID number.

 

I have tried following solution :

 

"categorical": {
                "categories": {
                    "for": {
                        "in": "Members"
                    },
                    "dataReductionAlgorithm": {
                        "top": {}
                    }
                },
                "values": {
                    "group": {
                        "by": "Organisations",
                        "select": [{
                                "for": {
                                    "in": "Ids"
                                }
                            }
                        ]
                    }
                }
            }

But, apparently I can not highlight my dateset by organisation (there is no highlight data inside dataView)

How can I work around that problem ?

 

Any help will by extremely helpful

Michal

1 ACCEPTED SOLUTION

Problem is already solved. Data model was incorrect. All features work properly.

 

Sincerely

Michal

View solution in original post

2 REPLIES 2
v-viig
Community Champion
Community Champion

Can you share data smaple of what you expect and what you expirience now?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Problem is already solved. Data model was incorrect. All features work properly.

 

Sincerely

Michal

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors