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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |