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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I am having issue with date range selection and limited row counts in the data which I am trying to export using web API.
Web API: https://data.cdc.gov/resource/8xkx-amqh.csv
First of all it has a limit of 1000 rows in export which is certainly not enough. Also, it is only exporting the latest or current date records but not the old date records. How can I get the data using certain date selection and also have more rows (lets say 50000 rows).
For Date range selection lets say from 03/01/2022 to current.
Any help or advice is very much appreciated.
Solved! Go to Solution.
Hi @axarhaan ,
This issue is not about Power BI. It's about the web api itself.
Just to provide some of my own findings:
https://data.cdc.gov/resource/8xkx-amqh.csv?$where=date%20%3E=%20%272022-3-1%27&%24limit=50000
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @axarhaan ,
This issue is not about Power BI. It's about the web api itself.
Just to provide some of my own findings:
https://data.cdc.gov/resource/8xkx-amqh.csv?$where=date%20%3E=%20%272022-3-1%27&%24limit=50000
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If someone knows how to do it.. please guide. Thanks.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.