Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello all,
I would like to ask you for help with following situation:
I have table with data about production orders, which is combination of two tables - Person and Data. After activation of few filters table looks like this:
As you can see on PO 111111111 worked 2 operators - Steve and John. what I want to achieve is that after filtering of the data I will get one row with number of operators worked on specific PO:
For better understanding I am sharing example in pbix file:
Thank you for your help in advance.
P.
Solved! Go to Solution.
Hi,
Try this measure
Measure = if(ISBLANK([Number of operators]),BLANK(),CALCULATE([Number of operators],ALLEXCEPT(Data,Data[PO])))
Hope this helps.
Hi,
Try this measure
Measure = if(ISBLANK([Number of operators]),BLANK(),CALCULATE([Number of operators],ALLEXCEPT(Data,Data[PO])))
Hope this helps.
You are welcome.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
76 | |
57 | |
37 | |
34 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |