[Power BI] Dados em Tempo Real no Power BI com PowerShell

Описание к видео [Power BI] Dados em Tempo Real no Power BI com PowerShell

E aí você quer ver dados em "tempo real", então vem conhecer como fazer streaming de dados usando PowerShell que é uma aplicação da Microsoft gratuita e já disponível ai no seu windows.

#dicadorafa #planilheirosbrasil #powerbi

Script do PowerSHELL

Install-Module -Name MicrosoftPowerBIMgmt

Install-Module -Name MicrosoftPowerBIMgmt.Workspaces

Install-Module -Name MicrosoftPowerBIMgmt.Data

Install-Module -Name MicrosoftPowerBIMgmt.Reports

Install-Module -Name MicrosoftPowerBIMgmt.Profile


Connect-PowerBIServiceAccount

$i= 10
For($i -le 10){

$Tabela = Invoke-Sqlcmd -Query "select Vendedor, sum(ValorVenda) Vendas from Vendas group by Vendedor FOR JSON AUTO" -ServerInstance "DESKTOP-BJ2NTO3\SERVIDOR" -Database "PowerBI"

Add-PowerBIRow -DatasetId seudatasetID -TableName RealTimeData -Rows (ConvertFrom-Json $Tabela[0])

}



Cursos Presenciais: http://planilheiros.com.br/cursos_pre...

Curso Gratuito de Power BI - http://l.ead.me/EADPBI
Siga-nos nas redes sociais:
Facebook:   / planilheiros  
Linkedin: https://goo.gl/RvwBaF
Google +: https://goo.gl/RKmQsF
Twitter: https://goo.gl/sRVidh
Instagram: https://goo.gl/0TXKk4

==================

....==ATENÇÃO==....
Este material não pode ser copiado, reproduzido, distribuído, comercializado, publicado novamente, exposto, enviado pelo correio ou de qualquer outra forma ou por qualquer outro meio sem a devida autorização.

==================

Literatura Recomendada:

Power BI
Introducing Microsoft Power BI, Marco Russo / Alberto Ferrari - https://goo.gl/AkwpOs
Power Pivot and Power BI, Rob Collie / Avichal Singh - https://goo.gl/x9O4u8

DAX
The Definitive Guide to DAX, Marco Russo / Alberto Ferrari - https://goo.gl/rW7z2D
Learn to Write DAX, Matt Allington - https://goo.gl/6jC5Sb
DAX Formulas for PowerPivot, Rob Collie - https://goo.gl/tCs9wg

Linguagem M
M Is for (Data) Monkey, Ken Plus / Miguel Escobar - https://goo.gl/pULFtH,
Power Query for Power BI and Excel, Chris Webb - https://goo.gl/IYSmRU

Powerpivot
PowerPivot for the Data Analyst, Bill Jelen - https://goo.gl/Fsu2ss
PowerPivot Alchemy, Bill Jelen / Rob Collie - https://goo.gl/80eqCv

Excel - Fórmulas Matriciais
CTRL+SHIFT+ENTER, Mike Girvin (Canal Excelisfun) - https://goo.gl/DM6exq

Комментарии

Информация по комментариям в разработке