Forum Discussion
RichHead1821
4 years agoResolver I
Is there a row limit for dataflow reading from Azure SQL table?
Hi, I have a dataflow, which reads from an Azure SQL table, when I query the Azure SQL table directly I can see there are (currently) 114,882 rows. When I look at the table consumed via the dataflow...
- 4 years ago
Sometimes I live up to my name! ๐
There was a filter in the dataset I'd missed, which removed rows.
RichHead1821
4 years agoResolver I
Sometimes I live up to my name! ๐
There was a filter in the dataset I'd missed, which removed rows.