To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a table like this
YEAR MONTH CUSTOMER AGE ORDERING
2023 JANUARY 0 A
2023 JANUARY 0 B
2023 JANUARY 1 C
2023 FEB 0 D
2023 FEB 3 E
2023 MARCH 0 F
2023 MARCH 0 G
2023 MARCH 0 H
2023 MARCH 4 I
From this table, I want to count the orderers with customer age 0 on a month basis. In other words, I want to calculate how many orderers with customer age in which month. As a result, I will create the following table.
YEAR MONTH NEW CUSTOMER COUNT
2023 JANUARY 2
2023 FEBRUARY 1
2023 MARCH 3
I would be grateful if you can help me write the dax formula required for this,
Kind regards
Solved! Go to Solution.
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |