Forum Discussion
Weather application
Hi Anonymous ,
There are few free Weather APIs that you can directly use in Power BI. I have used OpenWeatherMap API before.
There are few reference articles you can check:
https://medium.com/analytics-vidhya/how-to-import-weather-data-into-power-bi-afccdd12c8f0
Thanks,
Pragati
- Anonymous5 years agoNot applicable
Hi!,
Thanks for your quick response.
I was looking something like this:Free, responsive Weather Widget for any Website - WeatherWidget.io
And insert this code into my PowerBi Dashboard:
<a class="weatherwidget-io" href="https://forecast7.com/en/40d71n74d01/new-york/" data-label_1="NEW YORK" data-label_2="WEATHER" data-theme="original" >NEW YORK WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>¿Is this possible?.