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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I have a sample table like this:
| TEST | |
| Account | Amount |
| 5000 | $ 10.00 |
| RES001 | $ 15.00 |
| 5001 | $ 23.00 |
| LABOUR | $ 76.00 |
| 7051 | $ 168.00 |
| 5746 | $ 641.00 |
(Assuming the rows go on and on to >1000 rows with multiple values)
The account IDs are not in number format because some accounts have letters like the example above.
I want to create a new measure to summarise all the amounts for accounts starting with 5 (ie: 5000, 5001, etc)
Currently my measure looks like this:
Measure = CALCULATE(SUM(TEST[Amount]),TEST[Account]="5000"&&TEST[Account]="5001"&&TEST[Account]="5002" ... (and so on)
I wonder if there is a way to filter there 5xxx accounts in my formula? I tried TEST[Account]="5???" but it does not work.
Thank you
Solved! Go to Solution.
Brilliant!
Thank you 😄
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 81 | |
| 73 | |
| 46 | |
| 35 |