Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowHi everyone ,
I want to creat a table based on two tables :
Sales / Custumers ( i have for each custumer the name of the sales rep responsable for the account)
I just want to creat a table that gives me the number of custmers that had purchase minimum 100$ by sales rep
I'm struggeling with calculatetable selectcolumns but it's an epic fail ^^
Thanks by advance
BR,
Hi @Touaibia
please try
Table1 =
ADDCOLUMNS (
VALUES ( Customer[SalesRepID] ),
"Number of Customers",
COUNTROWS (
FILTER (
CALCULATETABLE ( VALUES ( Customer[CustomerID] ) ),
[Sales Amount] > 100
)
)
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
24 | |
15 | |
13 | |
12 | |
8 |
User | Count |
---|---|
30 | |
22 | |
15 | |
14 | |
14 |