Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
dataanalyst88
Frequent Visitor

Custom function extrapolating the import

Hi All, 

I have a simple function that is used to check if a value exists in a different table or not. Before invoking this function2 I do use function to get the path, and then pick the highest parent from there and then use the highest parent value in function 2. 

 

function 1 : 

I use the get path function shared by @Scott_Parker 

DAX's PATH function equivalent Custom Column in Po... - Microsoft Fabric Community

function 2

let
Source = (name as text) =>

let
Buffered = Table.Buffer(Table.SelectColumns(DV_Columns,{"NAME", "COLUMN_NAME"})),
CheckTable = List.Contains(Table.Column(Buffered,"NAME"),name)
in
CheckTable

in
Source

When trying to do this I get infinite number of rows when importing the data. But when I use count rows on Power Query it is giving me the correct number of rows. Not sure where I am going wrong. 😞 





1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.