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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I created a list from a column from my fact table I then used that list in a list.contains function on my dim table. I was sure there was a limit of 1000 rows before using list.contains and my list contains 1079 rows but List.contains still seems to work. Is the limit much higher? or is there no limit?
Solved! Go to Solution.
List.Contains has no limit.
1000 rows limit is for showing the preview in PQ not for List.Contains.
thanks
List.Contains has no limit.
1000 rows limit is for showing the preview in PQ not for List.Contains.