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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All,
I am trying to get api from John Hopkins as well as WHO to develop dashboard.
Incase if you have got it, can you please help me.
Thanks
Sudha
Solved! Go to Solution.
Hi @Sreesudha_OC ,
Q: 1. week wise increament of covid cases in each location
A: You could configure incremental refresh to have a try.
https://sqldusty.com/2020/05/20/power-bi-incremental-refresh-with-web-api-data-source/
Q: 2. Total number of confirmed cases in those location. When i apply slicers.
A: Please try like this:
Total Sales_Country = CALCULATE(SUM('Table'[Sales]),ALLEXCEPT('Table','Table'[Country]))
@Sreesudha_OC , This is the source for data
https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series
Thankyou Sir, i was able to figure this out. I just need one more advise. If you look , this data has got dates from Jan 2020 until 20th July 2020 and it will keep on adding.
I need to create a visualization for
1. week wise increament of covid cases in each location
2. Total number of confirmed cases in those location. When i apply slicers.
Can you kindly advise.
Thanks
Sudha
Hi @Sreesudha_OC ,
Q: 1. week wise increament of covid cases in each location
A: You could configure incremental refresh to have a try.
https://sqldusty.com/2020/05/20/power-bi-incremental-refresh-with-web-api-data-source/
Q: 2. Total number of confirmed cases in those location. When i apply slicers.
A: Please try like this:
Total Sales_Country = CALCULATE(SUM('Table'[Sales]),ALLEXCEPT('Table','Table'[Country]))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 56 | |
| 55 | |
| 32 | |
| 18 | |
| 14 |