Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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 |
---|---|
22 | |
12 | |
10 | |
10 | |
8 |
User | Count |
---|---|
16 | |
15 | |
14 | |
13 | |
10 |