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.
Hi everybody, need some help figuring this out. I have the following charts:
First chart is a line and clustered column chart, with two y axis. First axis is considering the measure Product Fullfillment Grade = (Products With Satisfactory Status / Total Products) second axis is considering Total Products. The additional y axis has been hide and max value has been set two 2000 so Totol Products are shown at the bottom of each column.
The second chart is a Clustered column Charte that's showing the measure in first chart Product Fullfillment Grade by categories (Orange Product category, Blue Product category and Green Product category).
Is there any way in which I can show the Total Products belonging to each category at the bottom of each column, following the same idea presented in first Chart. Here's what the result should look like:
I already tried to repeat the trick I used for first chart, this is what I got.
I also added the measure as tooltip, but user wants to be able to take a screenshot of the visual and immediately identify the Product Count for each Category For Each Month.
Any help or guidance would be very much apprecciated.
Solved! Go to Solution.
Hi @Anonymous ,
As far as I know, Power BI doesn't support us to show multiple data labels directly. Here I suggest you to try calculation groups in Tabular Editor to add custom multi value data labels. Plus you can even choose which data labels to display using a slicer.
Tabular Editor is a External tools in Power BI Desktop.
For refernece:
Adding Dynamic Multi Value Data Labels to Visuals
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
As far as I know, Power BI doesn't support us to show multiple data labels directly. Here I suggest you to try calculation groups in Tabular Editor to add custom multi value data labels. Plus you can even choose which data labels to display using a slicer.
Tabular Editor is a External tools in Power BI Desktop.
For refernece:
Adding Dynamic Multi Value Data Labels to Visuals
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
not currently possible. You can create custom visuals with Charticulator etc.