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.
hello everyone,
I built visual with 10 rectangles in two rows using tutorial for creating visual with simple bar chart. in that tutorial, I used dynamic parameters for resizing every rectangle. however, when i resize visual, only last one gets resized. what can be the problem?
Solved! Go to Solution.
I solved this problem by changing structure of my code. Previously, I used structure from tutorial for barchart, but since my goal was different, I plotted rectangles, added them to array, and when I resize my visual, firstly, I remove them and plot again.
The problem might be in applying attributes and styles to the existing DOM elements.
Could you please share the code that renders rectangles?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
I solved this problem by changing structure of my code. Previously, I used structure from tutorial for barchart, but since my goal was different, I plotted rectangles, added them to array, and when I resize my visual, firstly, I remove them and plot again.
By the way, to help close this thread, you may accept solution. Your contribution is highly appreciated.
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 |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |