Forum Discussion
Power BI Custom connector
- 3 years ago
Hi Bokangmaela
Try changing the first statement into below:
samplecount = If count < 1 then 1 else count,
The second statement also has an error. Web.Contents function expects to have a record parameter after the url. The samplecount should be passed to a valid field in the record. Web.Contents - PowerQuery M | Microsoft Learn
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi Bokangmaela
Try changing the first statement into below:
samplecount = If count < 1 then 1 else count,
The second statement also has an error. Web.Contents function expects to have a record parameter after the url. The samplecount should be passed to a valid field in the record. Web.Contents - PowerQuery M | Microsoft Learn
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
That worked, thanks a lot!