Forum Discussion
count rows with same value in the one column
- 2 years ago
Hi,
In Power Query, create another tables with the unique departments. Create a relationship (Many to One and Single) from your Fact tables to the new tables. To a Table visual, drag Department from the new table. Write this measure
Count = countrows(Data)
Hope this helps.
- 2 years ago
Hy dd88
You can get your desired output by this simple measure.Best Regards,
Muhammad YousafIf this post helps, then please consider "Accept it as the solution" to help the other members find it more quickly.
Hi dd88
Have you solved your problem? If so, could you please mark the helpful replies as Answered to close this topic and that can help other members find it faster?
If not, could you please share your data(exclude sensitive data), or create some sample data, and your target outcome, so that we can help you better.
Thank you very much for your kind cooperation.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.