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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello folks,
I have somewhat easy task but I can't get it to work. I need to get the actual counts of repeating customer. I get the repeating customers measure but it doesn't have the counts. This is the code:
Hi @Anonymous,
Please share some dummy data and expected results for test, it will help to test coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
I believe it should be like this:
Repeating Customers =
COUNTROWS (
FILTER ( VALUES ( Customer[Column] ), CALCULATE ( COUNTROWS ( 'Order' ) ) > 1 )
)
This also gives me a count of 1 per each repeating customer. I need actual row count per customer.
Thank you but this just gives me a set of repeating customers. If I pull an AccountId to matrix and then the new measure I just see a list of repeating customers with the count of 1 for each. I need to have actual count of rows per repeating customer.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 39 | |
| 37 | |
| 29 | |
| 24 |
| User | Count |
|---|---|
| 119 | |
| 100 | |
| 72 | |
| 69 | |
| 65 |