Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
Kindly need to resolved my issue.
Basically, I want to count the unique values by monthly and excluding the childrenId that counted in the previous month and also I need the total of the number of children id for add and delete status. here my illustration table.
ChildrenId | Date | Status |
1 | 1 january 2020 | Delete |
2 | 2 january 2020 | Delete |
3 | 3 january 2020 | Add |
4 | 3 january 2020 | Add |
1 | 1 february 2020 | Delete |
2 | 1 february 2020 | Delete |
3 | 1 february 2020 | Delete |
4 | 2 february 2020 | Add |
For the total add and delete children id, I though I already correct number used "distinctcount" function and filtered by status.Please see the dax that I used :
Add Children ID =
Add Children ID =
but the problem is when I try to create "Monthly Chart", distinct count function also counting ChildrenId that already count in the previous month.
Is it there any way or dax that can be used that can exclude the ChildrenId that already count in the previous month ??
Any help from expert will be really appreciated.
Hi @TaufikMaggangka .
Use the below DAX formulaes;
1)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |