Hello,
I am new to EasyBI and am looking to create specific reports but the report needs to contain data from multiple sources/cubes.
For example, I have Cubes for data import from Zendesk and Jira. I want to create a report (created vs. Resolved). There is a built in report for this but the problem is that I want show Created/Resolved and grouped by Tier. In my environment, Tier 1 data is coming from Zendesk Cube (Source1) and Tier 2 and Tier 3 data is coming from Jira Cube (Source2). How can I create a report to show both data sets on the same graph?
Also, I have unique situation where I want to create another report by status and the status in Zendesk is not the same as in Jira. Without changing it in JIRA (not an option) how can I do this, do I need to create custom fields and map them or are their functions and queries that can be used to do this? For example, show a Stacked Bar graph showing Escalations by Week (Last 12 weeks) group by Priority:
Zendesk Priority is Urgent, High, Normal and Low
Jira Priority is Blocker, Critical, Major, Minor
Urgent=Blocker
High=Critical
Normal=Major
Low=Minor
Please help me