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,
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. 😞
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...
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |