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
Anonymous
Not applicable

combo box with dynamic value

Hi community

 

onyone ever make dynamic combo box with value from Columns/Values fields?

 

like in matrix visual, we can define background and foreground color from format panel

matrix-01.PNG

matrix-02.PNG

 

i see PowerKPIMatrix already do this, but when I read the code they only put the options at

VisualObjectInstanceEnumerationObject.container then the format panel make the combo box, but how?
 

container

5 REPLIES 5
Anonymous
Not applicable

I can show the combo box now, and store the data in metadata columns, but the option show empty string

 

            let containerIdx = model.enumerationObject.containers.push({displayName})-1;

            model.enumerationObject.instances.push({
                containerIdx,
                objectName: model.objectName,
                properties: {
                    isMask: this.getValue<boolean>(currentColumn.objects, model.objectName, "isMask", false),
                    background: this.getValue<string>(currentColumn.objects, model.objectName, "background", "#FFFFFF")
                },
                selector: { metadata: currentColumn.queryName }
            });

matrix-03.PNG

 

this happen to with PowerKPIMatrix too, i thing something new with update and make the option did't show the text

Anonymous
Not applicable

it is about pbiviz version?

Anonymous
Not applicable

no one got same issue with me? about blank string with combo box

Anonymous
Not applicable

any idea about empty combo box?

This is a known issue. It’s just a shame that MS cannot fix it

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