March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi ,
I am new to power BI learning DAX.
We have a requirement to create a dashboard. The team works on some work orders. We need to showcase each team members contribution with the work of the team in terms of % .
The below is the dummy data , I have created to create a Proof of concept.
While using filers for the month I am not able to get the correct % of work done by each team member in the month.
Requesting to help me with the issue.
Solved! Go to Solution.
Hi @vanhell54321 ,
To create a measure as below.
Measure = VAR a = COUNT ( Table1[WO] ) VAR b = CALCULATE ( COUNT ( Table1[WO] ), ALLSELECTED ( Table1 ) ) RETURN DIVIDE ( a, b )
Hi @vanhell54321 ,
To create a measure as below.
Measure = VAR a = COUNT ( Table1[WO] ) VAR b = CALCULATE ( COUNT ( Table1[WO] ), ALLSELECTED ( Table1 ) ) RETURN DIVIDE ( a, b )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
128 | |
90 | |
75 | |
56 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |