We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
2019-03-01-PID 004-327-659 - 12851 Bathgate Way, Richmond.pdf
I have a column of unstructured data as mentioned above, and i was wondering if there is a way to create a new column and only display the data in red. All the rows have the words "PID" in them.
thanks,
Solved! Go to Solution.
The error happens if Name2 does not contain "PID"
So we can modify the formula to return blank if the search value is not found
pidcolumn =
The format of required part is PID nnn-nnn-nnn
If this is always the case, then you can add a calculated column with the following formula
newColumn =
Correction..
newColumn =
it didn't work.
@yelsherif wrote:Correction..
newColumn =
var leftPosition = FIND("PID",[sourceColumn])returnmid([sourceColumn],leftPosition,15)
@yelsherif wrote:Correction..
newColumn =
var leftPosition = FIND("PID",[sourceColumn])returnmid([sourceColumn],leftPosition,15)
@yelsherif wrote:Correction..
newColumn =
var leftPosition = FIND("PID",[sourceColumn])returnmid([sourceColumn],leftPosition,15)
The error happens if Name2 does not contain "PID"
So we can modify the formula to return blank if the search value is not found
pidcolumn =
thank you so much. it worked
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |