<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Outsourcing Power BI company &gt; Metasys Software Pvt Ltd.</title>
	<atom:link href="https://www.metasyssoftware.com/tag/outsourcing-power-bi-company/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.metasyssoftware.com</link>
	<description>Unique People, Unique Solutions</description>
	<lastBuildDate>Mon, 27 May 2024 11:15:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.metasyssoftware.com/wp-content/uploads/2023/10/metasys-svg-.png</url>
	<title>Outsourcing Power BI company &gt; Metasys Software Pvt Ltd.</title>
	<link>https://www.metasyssoftware.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Power BI – A Visualization Tool which is easy to understand and develop</title>
		<link>https://www.metasyssoftware.com/microsoft-technologies/power-bi-a-visualization-tool-which-is-easy-to-understand-and-develop/</link>
					<comments>https://www.metasyssoftware.com/microsoft-technologies/power-bi-a-visualization-tool-which-is-easy-to-understand-and-develop/#respond</comments>
		
		<dc:creator><![CDATA[meta_prasad]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 13:01:05 +0000</pubDate>
				<category><![CDATA[Microsoft Technologies]]></category>
		<category><![CDATA[Offshore Power BI development]]></category>
		<category><![CDATA[Custom Software solutions]]></category>
		<category><![CDATA[bespoke software development]]></category>
		<category><![CDATA[Custom software development]]></category>
		<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[Power BI]]></category>
		<category><![CDATA[PowerBi developers]]></category>
		<category><![CDATA[Power BI development]]></category>
		<category><![CDATA[Outsourcing Power BI company]]></category>
		<category><![CDATA[Outsourcing Power BI development]]></category>
		<guid isPermaLink="false">http://stage.metasyssoftware.com/?p=3445</guid>

					<description><![CDATA[<p>Power BI is a tool used for generating business intelligence reports, charts and graphs, that incorporate easy to understand visuals. [&#8230;]</p>
The post <a href="https://www.metasyssoftware.com/microsoft-technologies/power-bi-a-visualization-tool-which-is-easy-to-understand-and-develop/">Power BI – A Visualization Tool which is easy to understand and develop</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p>Power BI is a tool used for generating business intelligence reports, charts and graphs, that incorporate easy to understand visuals. It is a self-service BI tool that is particularly useful for data analysts who create and distribute BI reports throughout the organization. With moderate knowledge of SQL, one can develop simple power BI visuals after only very basic training.</p>
<p>The first important point is that it is essential to determine the <strong>Storage mode</strong> before starting to develop any power BI report. Storage modes that can be used for accessing the data can include:</p>
<ol>
<li>Import mode</li>
<li>DirectQuery mode</li>
<li>LiveConnect mode</li>
<li>Push mode</li>
</ol>
<p>My experience in developing a power BI report increased quickly, as I started by developing a very simple report and ended up learning a huge amount about more advanced elements of Power BI as the project requirements changed.</p>
<p>In the beginning, it was exciting to work on the first simple power BI report, which I developed using a database like SQL Server and Storage mode as Import.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-3245 size-full" title="PowerBI 1" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/PowerBI_1.png" alt="PowerBI 1" width="602" height="353" /></p>
<p>As shown above, the visualisation was for a count of orders for the time period indicated by the date slider. The stacked column chart on the right shows the orders based on service type on a yearly basis. The visualisation can be done for any date hierarchy including daily, weekly, monthly, quarterly and yearly. In the pie chart on the left, the total orders are shown as both a total count and a percentage breakdown. As specifically requested by the client, we also added a reset button to restore the initially selected filters values.</p>
<p>Later on, during the deployment phase, we had to search for an <strong>on-premises data gateway</strong> to maintain the continuous connection with the data relying on the SQL server. We installed the on-premises data gateway on our database server connecting to the datasets created on the Power BI portal as shown below:</p>
<p><img decoding="async" class="aligncenter wp-image-3246" title="Datasets 2" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/PowerBI_2.png" alt="Datasets 2" width="708" height="361" /></p>
<p>We maintained daily refresh schedule as shown below:</p>
<p><img decoding="async" class="wp-image-3247 aligncenter" title="Scheduled Cache refreshing 3" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/PowerBI_3.png" alt="Scheduled Cache refreshing 3" width="820" height="417" /></p>
<p>After deploying this report to production, the client requested a live report that showed current statistics without needing a page refresh. After some research I found that <strong>automatic page refresh</strong> can be achieved using the <strong>DirectQuery</strong> Storage mode. Unfortunately, my report was developed using the <strong>Import</strong> mode. This is when I learned the hard way that choosing the right storage mode from the beginning is very important, as I had to recreate the whole report using the <strong>DirectQuery</strong> storage mode. Meeting the clients&#8217; needs required converting the storage mode to Direct Query, recreating the report and setting the automatic page refresh option to 5 seconds.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-3248" title="Orders 4" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/PowerBI_4.png" alt="Orders 4" width="820" height="468" /></p>
<p>We can develop a variety of reports using the Visualization options as shown in the image below.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-3249" title="Visualization option 5" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/PowerBI_5.png" alt="Visualization option 5" width="898" height="442" /></p>
<p>We can even use visuals other than those available in the Visualization pane, such as the <strong>Search tool</strong> shown below:</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-3250" title="Search tool 6" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/PowerBI_6.png" alt="Search tool 6" width="830" height="420" /></p>
<p>At <a href="https://www.metasyssoftware.com/dot-net">MetaSys</a>, we  are focused on investing time into new and innovative projects like Power BI, to meet our clients’ needs.</p>
<p>For more information refer to  <a href="https://www.metasyssoftware.com/contact">https://www.metasyssoftware.com/contact</a></p>The post <a href="https://www.metasyssoftware.com/microsoft-technologies/power-bi-a-visualization-tool-which-is-easy-to-understand-and-develop/">Power BI – A Visualization Tool which is easy to understand and develop</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.metasyssoftware.com/microsoft-technologies/power-bi-a-visualization-tool-which-is-easy-to-understand-and-develop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
