Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I am trying to match a value in same table from a different column but i keep getting an error
Here is the formula im trying (trying to look up value in Column ContactLookup
= if List.PositionOf(DateToText([Date])&[agentName]),[ContactLookup]) > 0 then DateToText([Date])&[agentName]) else "")
Essentially if it finds the value DateToText([Date])&[agentName]) then return that value else blank
Hi @Mahmed1
What error is returned?
DateToText([Date])&[agentName]
DateToText is the function Date.ToText? Is the result returned by the above code a text type?
Try:
= if List.PositionOf([ContactLookup], DateToText([Date])&[agentName]) > -1 then DateToText([Date])&[agentName] else ""
List.PositionOf The first parameter is the type of a list.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
tried this but still no luck
=List.PositionOf(Date.ToText([Date])&[agentName],#"PP_AgentScheduleDetail (2)"[#"ConcatSick&Hol"])
getting a cyclic ref error
Please let me know if you need any more information
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |