You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have project A and project B.
Project A is essentially customer interactions. Project B is issues created as a result of these interactions.
There is a one to many relationship between Project B (issues) and Project A (interactions). Essentially, an interaction may link to one or more issues. Linking occurs from Project A - essentially:
a. Customer interaction is opened. Customer reports issue.
b. Interaction is then (potentially) linked to new or exising issue.
I want to count the number of interactions assocated with each linked issue.
How can that be accomplished in PowerBI? I'm using the Power BI Connector for Jira to expose my projects and access them via an OData feed in PowerBI. Specifics for a n00b appreciated.
The end goal is to produce a report with a sum field of the number interactions linked to each issue to prioritize fixes based on the number of reports received regarding a given issue.