The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have a column called [Subscription Name] with three words in it and I want a new column with just the last word in it.
See my vision below.
I want to do this as a Dax calculated column because in Query Editor it takes forever to load and apply my dataset because it's huge.
Subscription Name1 | Subscription Name2 |
Company International Development | Development |
Org Global Production | Production |
Company European Operations | Operations |
I've found a few threads with similar queries but none just for extracting the last word.
Any help would be really appreciated 🙂
Hi,
try this formula
User | Count |
---|---|
65 | |
59 | |
55 | |
53 | |
30 |
User | Count |
---|---|
180 | |
88 | |
72 | |
48 | |
46 |