Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
i see PowerKPIMatrix already do this, but when I read the code they only put the options at
container
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 } });
this happen to with PowerKPIMatrix too, i thing something new with update and make the option did't show the text
it is about pbiviz version?
no one got same issue with me? about blank string with combo box
any idea about empty combo box?
This is a known issue. It’s just a shame that MS cannot fix it
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |