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 dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Folks,
I need HELP. How can I create a dynamic textbox, I need to add variables (similar to the pic above)?
Thanks 🙂
Solved! Go to Solution.
Use a multi-row card visualization and measures like this:
Measure = IF(HASONEVALUE(DISTRICT[DISTRICT NAME]),VALUES(DISTRICT[DISTRICT NAME]),"")
This displays nothing if there is more than one value but otherwise displays the information. You would have multiple measurs like this and add them all to the multi-row card visualization. If you look up my Data Stories Gallery, Ohio Schools Report Card, you will find an example PBIX file that implements this.
Use a multi-row card visualization and measures like this:
Measure = IF(HASONEVALUE(DISTRICT[DISTRICT NAME]),VALUES(DISTRICT[DISTRICT NAME]),"")
This displays nothing if there is more than one value but otherwise displays the information. You would have multiple measurs like this and add them all to the multi-row card visualization. If you look up my Data Stories Gallery, Ohio Schools Report Card, you will find an example PBIX file that implements this.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
70 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
97 | |
88 | |
59 | |
43 | |
40 |