Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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...
User | Count |
---|---|
113 | |
71 | |
57 | |
44 | |
39 |
User | Count |
---|---|
176 | |
125 | |
61 | |
60 | |
58 |