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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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
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.