The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
Is there any weather app or way to add weather on PowerBi.
Cheers!
Hi @Anonymous ,
I think the most effective way is use API. Please refer to:
How to: Create a Weather Dashboard with Power BI and API
How to: Build a Weather Dashboard with API and Par...
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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
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',...');
</script>
¿Is this possible?.