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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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).
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 31 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 134 | |
| 111 | |
| 57 | |
| 44 | |
| 38 |