Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone!
I hope someone can support me with some idea or solution to the following:
I have a fact table where per month you have how many pieces each employee processes, in the same table there is a category (very productive, productive and non-productive) in the table you have the employee ID, the date, the pieces among other fields.
This table is related to two dimension tables, the calendar and the branch office.
I need to get a report where I can see how many employees the employee's category table has, per month, per branch.
I couldn't generate a measure that allows me not to add up for every dimension and be able to get that proportion each group keeps out of the total
I approached with a DISTINCOUNT, but I couldn't get a total that I can use as a denominator to get the %
Solved! Go to Solution.
Hi, @MALG731209-1
It’s my pleasure to answer for you.
According to your description,I think you can create a measure with ' distincount'.First you need to create relationships between tables.
Like this:
Here is my sample .pbix file.Hope it helps.
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @MALG731209-1
It’s my pleasure to answer for you.
According to your description,I think you can create a measure with ' distincount'.First you need to create relationships between tables.
Like this:
Here is my sample .pbix file.Hope it helps.
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share some data and show the expected result.
User | Count |
---|---|
98 | |
76 | |
75 | |
48 | |
26 |