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 August 31st. Request your voucher.
Solved! Go to Solution.
Column =
VAR __P = FIND("P",[Column1],,BLANK())
VAR __R = FIND("R",[Column1],,BLANK())
VAR __Start = IF(ISBLANK(__P),__R,__P) + 1
VAR __End = FIND(" ",[Column1],__Start,LEN([Column1]))
RETURN
MID([Column1],__Start,__End - __Start)
Column =
VAR __P = FIND("P",[Column1],,BLANK())
VAR __R = FIND("R",[Column1],,BLANK())
VAR __Start = IF(ISBLANK(__P),__R,__P) + 1
VAR __End = FIND(" ",[Column1],__Start,LEN([Column1]))
RETURN
MID([Column1],__Start,__End - __Start)
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
15 | |
12 | |
7 | |
6 |