<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Change between tabs automatically using java script in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Change-between-tabs-automatically-using-java-script/m-p/680322#M10158</link>
    <description>&lt;P&gt;Hello people,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this to change between power bi reports each 5 minutes, using javascript on a html page, this is for visualization purpose only:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;script language=JavaScript&amp;gt;&lt;BR /&gt;window.onload = hora;&lt;BR /&gt;function recargar()&lt;BR /&gt;{&lt;BR /&gt;location.href=location.href&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;function hora(){&lt;BR /&gt;var fecha = new Date();&lt;BR /&gt;var minuto=fecha.getMinutes();&lt;BR /&gt;if (minuto % 2 == 0)&lt;BR /&gt;{&lt;BR /&gt;/*1*/&lt;BR /&gt;document.getElementById('EseMismo').src="&lt;A href="https://app.powerbi.com/view?r=eyJrI" target="_blank" rel="noopener"&gt;https://app.powerbi.com/view?r=eyJrI&lt;/A&gt;...";&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;/*2*/&lt;BR /&gt;document.getElementById('EseMismo').src="&lt;A href="https://app.powerbi.com/view?r=eyJrI" target="_blank" rel="noopener"&gt;https://app.powerbi.com/view?r=eyJrI&lt;/A&gt;...";&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;setInterval('recargar()',300000);&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Global data&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body style="background-color:rgb(235,234,232);"&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&lt;BR /&gt;&amp;lt;td width="1800" height="650"&amp;gt;&lt;BR /&gt;&amp;lt;div&amp;gt;&lt;BR /&gt;&amp;lt;iframe&lt;BR /&gt;id="EseMismo"&lt;BR /&gt;width="100%"&lt;BR /&gt;height="100%"&lt;BR /&gt;src="&lt;A href="https://app.powerbi.com/view?r=eyJrIjo" target="_blank" rel="noopener"&gt;https://app.powerbi.com/view?r=eyJrIjo&lt;/A&gt;..."&lt;BR /&gt;frameborder="0"&lt;BR /&gt;allowFullScreen="false"&amp;gt;&lt;BR /&gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;¿Can I change between tabs on a power bi report instead on power bi reports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 22:08:31 GMT</pubDate>
    <dc:creator>andresct6</dc:creator>
    <dc:date>2019-04-29T22:08:31Z</dc:date>
    <item>
      <title>Change between tabs automatically using java script</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Change-between-tabs-automatically-using-java-script/m-p/680322#M10158</link>
      <description>&lt;P&gt;Hello people,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this to change between power bi reports each 5 minutes, using javascript on a html page, this is for visualization purpose only:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;script language=JavaScript&amp;gt;&lt;BR /&gt;window.onload = hora;&lt;BR /&gt;function recargar()&lt;BR /&gt;{&lt;BR /&gt;location.href=location.href&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;function hora(){&lt;BR /&gt;var fecha = new Date();&lt;BR /&gt;var minuto=fecha.getMinutes();&lt;BR /&gt;if (minuto % 2 == 0)&lt;BR /&gt;{&lt;BR /&gt;/*1*/&lt;BR /&gt;document.getElementById('EseMismo').src="&lt;A href="https://app.powerbi.com/view?r=eyJrI" target="_blank" rel="noopener"&gt;https://app.powerbi.com/view?r=eyJrI&lt;/A&gt;...";&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;/*2*/&lt;BR /&gt;document.getElementById('EseMismo').src="&lt;A href="https://app.powerbi.com/view?r=eyJrI" target="_blank" rel="noopener"&gt;https://app.powerbi.com/view?r=eyJrI&lt;/A&gt;...";&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;setInterval('recargar()',300000);&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Global data&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body style="background-color:rgb(235,234,232);"&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&lt;BR /&gt;&amp;lt;td width="1800" height="650"&amp;gt;&lt;BR /&gt;&amp;lt;div&amp;gt;&lt;BR /&gt;&amp;lt;iframe&lt;BR /&gt;id="EseMismo"&lt;BR /&gt;width="100%"&lt;BR /&gt;height="100%"&lt;BR /&gt;src="&lt;A href="https://app.powerbi.com/view?r=eyJrIjo" target="_blank" rel="noopener"&gt;https://app.powerbi.com/view?r=eyJrIjo&lt;/A&gt;..."&lt;BR /&gt;frameborder="0"&lt;BR /&gt;allowFullScreen="false"&amp;gt;&lt;BR /&gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;¿Can I change between tabs on a power bi report instead on power bi reports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 22:08:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Change-between-tabs-automatically-using-java-script/m-p/680322#M10158</guid>
      <dc:creator>andresct6</dc:creator>
      <dc:date>2019-04-29T22:08:31Z</dc:date>
    </item>
  </channel>
</rss>

