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! It's time to submit your entry. Live now!
Dear Community,
Would like to get help on one dax.
I have a column name 'JobNumber'.
Job number have S job, B job and I job.
EXP: S0001234, B0003214, I0302133.
I only want S job in my report.
But i have tried this dax and still doesnt work for me.
...&& NOT(LEFT(TABLE[JOBNUMBER],1)="B") &&....
Thanks for your time and help on my issue
Solved! Go to Solution.
@NickProp28 , For the only S, the filter should be like
LEFT(TABLE[JOBNUMBER],1)="S")
You can use Search
https://docs.microsoft.com/en-us/dax/search-function-dax
@NickProp28 , For the only S, the filter should be like
LEFT(TABLE[JOBNUMBER],1)="S")
You can use Search
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 39 | |
| 24 | |
| 23 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 63 | |
| 38 | |
| 31 |