The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
19 | |
19 | |
18 | |
14 |
User | Count |
---|---|
42 | |
35 | |
23 | |
20 | |
19 |