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,
I have a stack bar chart with data lables:
After I apply the filter with slicer for a spcific region the data lable not shown:
Appreciate to know if there is an optional solution to show the data label also when fliter is apply ?
Thanks In Advanced.
Hi @Shahar_Hemo
Not sure if it is the problem, but have you fixed position to external? It probably doesn't have enough space so it ommits the label....
Or try to activate overflown
P.S. Is the label generated by default or through a measure?
Hello,
Many thanks for the reply.
Only the total lables is active and the data is not through a measure that from the source table.
in the total labels no option of overflow.
I don't know if you have done it previously but... If you are using a field directly from the data source... can you try to create a measure? If it is the sum:
Measure= SUM (Table[sales])
And then use this measure in the graph
Hello,
Thanks again for trying to help.
I tried to do it with sum measure, unfortunately that not fix the issue.