Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
i have two columns id and month and month is text data type and id whole number data type
ID additions – Current month org units to be compared with previous month org units. Ex. 3,4 are added
ID Deletions – Previous month org units will be compared with current month. Ex. 2 is deleted
Formula
Additions = current month id's - previous month id's
deletions = previous month id's- current month id's
id | month |
1 | june |
2 | june |
1 | july |
3 | july |
4 | july |
how write dax for the for additions and deletions for every month
Regards
Dilip
Solved! Go to Solution.
need to see which id's are added and which id's are deleted
what result do you expect, write
can see row by row additions
3
4
can see row by row deletions
2
Regards
Dilip
I didn’t understand you, show me how to line by line, show the result and what it should look like
line by line means are added
3
4
line by line means are deleted
2
Regards
Dilip
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
101 | |
66 | |
48 | |
39 | |
32 |
User | Count |
---|---|
166 | |
112 | |
60 | |
56 | |
37 |