Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi all,
I need to fill down the unique count of employees.
I have this table and i basically need it to give me the last available value.
I need this:
This is my measure for counting employees:
I tried a lot of different measures.
like this: but as you can see it dont work.
Solved! Go to Solution.
I managed to solve it using a combination of my limited DAX knowledge and consulting with ChatGPT:
I managed to solve it using a combination of my limited DAX knowledge and consulting with ChatGPT:
Hi @Jakob_BI ,
You can try the below measure with adding Removefilters(Month) :
same result unfortunately
Hi @Jakob_BI ,
Can you also try the below measure if it works?
maybe it is possible to create a new table that i can use? that just count unique employees per month (using the measure i have) and then populating that table with data for months that have not happened yet?
like this:
thanks for trying but same result:
i will try provide as much info to help you understand my (as i am very interested in solving this).
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
124 | |
114 | |
73 | |
65 | |
46 |