The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.