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!
Looking for some guidance with simple DAX Calculation.I created one Measure to count rows:
Measure = COUNTROWS(FullTable)
Then on a matrix table I add the following:
Lines:
Account Number
Transaction Number
Date of Transaction
Values:
Current Value
Measure
I want this table only to show "Account Numbers" that had more than 30 rows count. I just added a filter in the visual for measure field to show me "is greater than 30" but the table doesn't apply this filter.
Feel kind stupid since this sounds basic. But I fell this has something to do with those 2 extra lines I added (Transaction Number / Date of Transaction).
Can you guys help me?
Thanks,
Barbara
Solved! Go to Solution.
@Anonymous
There must be a better way to achieve this, but here you go.
a. Create a new column in the table with value 1
New_Column = 1
b. Use the below measure to count the number of Accounts.
@Anonymous
There must be a better way to achieve this, but here you go.
a. Create a new column in the table with value 1
New_Column = 1
b. Use the below measure to count the number of Accounts.
Hi @VasTg, How are you? Me again. I had worked perfected before but now I only need to show the distint count for "Transaction Numbers" and then filter it. In this formula you gave me, how do I changed it? Thanks, Barbara
@Anonymous
I am doing good. Thanks for asking.
Do you mind share a sample input and output data?
Thanks,
Vas
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
12 | |
11 | |
10 | |
9 |