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! Get ahead of the game and start preparing now! Learn more
Hi all,
in my mvc c# application i will pass USERNAME() as "Username | ID" in DirectQuery. How will split i need to set both condition in my Power BI Dashboard,
is this possible ?
Regards
Dinesh D
Solved! Go to Solution.
Hi @DineshDwilco ,
Yes, you are right. SEARCH/FIND and LEFT/RIGHT/MID are not supported with DirectQuery, but only when you want to create column. It still works in measure.
Another way to split ID is edit data in power query editor, but the only ID in your case.
If length of your ID is fixed, please try to use add a new column via
Text.End([username&ID],3) // The 3 is the length of ID
But if the type of the username&ID is char this won't work.
Then go to the power bi report page, use measure like above to get the username.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@DineshDwilco Use PATHITEM in a measure? Alternatives would be using LEFT and RIGHT in coordination with SEARCH/FIND. Not exactly sure of the scenario.
PATHITEM does not supports in DirectQuery. so i will find suitable
@DineshDwilco OK, then you will need to use SEARCH/FIND and LEFT/RIGHT/MID
I checked with MS Document SEARCH/FIND and LEFT/RIGHT/MID are not supported with DirectQuery.
Hi @DineshDwilco ,
Yes, you are right. SEARCH/FIND and LEFT/RIGHT/MID are not supported with DirectQuery, but only when you want to create column. It still works in measure.
Another way to split ID is edit data in power query editor, but the only ID in your case.
If length of your ID is fixed, please try to use add a new column via
Text.End([username&ID],3) // The 3 is the length of ID
But if the type of the username&ID is char this won't work.
Then go to the power bi report page, use measure like above to get the username.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 33 | |
| 29 | |
| 27 |
| User | Count |
|---|---|
| 134 | |
| 104 | |
| 63 | |
| 60 | |
| 55 |