The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello everyone,
I have been trying to break the text of the custom label to display and fit all the information correctly in the stacked bar chart but it didn't work as shown in the image below.
Does anyone know if it is possible? or does anyone know another visual that I can insert multiple text labels in a stacked chart bar?
I tried to superpose the same visual twice making one of them transparent, but it didn't work either.
Thanks in advance and Best Regards.
Hi @Eurico_Tanaka ,
Try to add a line break in order to get the value on top of each other something similar to
Info = "Requested Date - " & MIN(Novo4[Date]) & UNICHAR(10) "Finished Date - " & MAX(Novo4[Date])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCan you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHello @MFelix , I'll send you a similar file through a private message.
Thanks again and Best Regards.