Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Not sure how to describe what I'm looking to do so I'll show you examples of the tables I have and the output I'm trying to achieve.
I have tow tables (Opportunities and Milestones) that are connected by the OpportunityID Column.
The Opportunities table records each have a unique ID (OpportunityID)
The Milestones table represents child records of the Opportunities table.
Desired Output
I would like to be able to display # of Opportunties records based on the # of unique Workloads per Opportunities record. Like this:
I believe I need to add a new column (Unique Workloads pe Opportunity) but can't figure out the proper syntax.
Any help would be appreciated.
HI @festazen ,
Try adding new DAX measure in the table.
like
I hope this will help you.
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |