cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Labels in Models

former_member787673
Discoverer
863

When creating models (specially bar charts) from the dataset, I can't find any option to change the data labelling from a figure to a percentage.

In data exploration mode, I am able to change this (Image 1 - wrong-labels-2.png)

But when translated into story view, these labels revert back to a number (Image 2 -

Any guidance would be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

dhirendra
Product and Topic Expert
Product and Topic Expert

You can create a calculated measure using %GrandTotal function to get the % values

See attached screenshots for the calculation and charts

Hope this helps

-Dhirendrasalepct.pngsaleschart.pngsalespctchart.png

Answers (1)

Answers (1)

Daniel_Davis
Product and Topic Expert
Product and Topic Expert

Use the %GrandTotal() function to give you a % part of the total of a measure. For example:

%GrandTotal(["Model_Name":Measure_Name] )

This will give you the % for each dimention that you show your chart by.