Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

eazyBI percentage of pie chart in a table

Nuria Llobera Vila December 27, 2017

Hi,

I use the pie chart to show how much time has been spent in each epic. For that I can show the hours spent, but I am interested in showing the percentatge of hour spent for each epic. I can get this using the pie chart, but I would like to have the percentage in a table form. How can I do it?

Thank you

1 answer

1 accepted

0 votes
Answer accepted
Martins Vanags -eazyBI-
Atlassian Partner
December 28, 2017

Hi Nuria,

 

In this case, you could create a new calculated member in "Measures" dimension with (% formatting) using the following code:

 

[Measures].[Hours spent]
/
(
[Measures].[Hours spent],
[Issue].CurrentHierarchy.Defaultmember
)

 

It should calculate the percentage of all epics if appropriate percentage formatting is used (see attachments).

 

integer percentage.png

 

Epics with percentage.png

Note that this approach requires importing "Epic Link" via eazyBI import settings

 

 

Best regards,

Martins / eazyBI support

Nuria Llobera Vila December 28, 2017

thanks! that worked!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events