Can I use in my report the value from eazybi_confluence's table?

Hi community,
I’m new on eazyBI Report and Chart for Confluence, so I’m appreciated your kindness.

After importing Confluence as Source Data, table “confluence_authors” is created in “eazybi_confluence”.
This table has “email” column and I want to display it with Author.User in my report.

Is it possible to that?
If yes, how to?

Thank you,

Hi @1116 ,
You can access the author’s email using properties. Create a new measure in the Measure dimension using this formula:

[Author].CurrentHierarchyMember.Get('Email')

In the report it would look like this:
author_email.png

Kind regards,
Gerda // support@eazyBI.com