Forum Discussion
sjanacek
4 years agoNew Member
Query for SCCM required updates
Hi all! I'm building in Power Bi reports for our SCCM (System Center Configuration Manager). It's already connected and I'm pulling all data from the SCCM SQL server. Now I want to have a table wh...
- 4 years ago
Hi,
I found a pbix-template for SCCM and got now another solution, where I'm using this at the beginning:
= SQL.database ("servername", "databasename", [query=..........])
With this I can work now 🙂
Thanks and have a greate new year!
amitchandak
4 years agoSuper User
sjanacek , you can bring these tables in power bi and join CI_ID
you can create a calculated column for this
if (V_UpdateComplianceStatus [Status]=2 , "Yes",blank())
sjanacek
4 years agoNew Member
Hi,
I found a pbix-template for SCCM and got now another solution, where I'm using this at the beginning:
= SQL.database ("servername", "databasename", [query=..........])
With this I can work now 🙂
Thanks and have a greate new year!