Is there a way to display values instead of percentages when using 100% bars? I would like to have scale in % , keep full bars (100% ) but inside the bars I would like to keep real values only.
You can create a new formula field, calculating the value per split category e.g. SUBSET_SUM([Value], SUBSET([Country])) Then in the Bar/Line view choose split (here [Country]), measure [Value], stack by [Formula field], choosing Unique values and Labelled setting. Hope this is what you tried to achieve.
If you are stacking by another field, so vertical bars are already split, where will the value label sit and what exactly will it display, if each bar has multiple values inside?