Forum Discussion
show a single live value
- 6 years ago
Hi Anonymous ,
There are two connection modes that can get live value: Direct Query and Connect live. It depends on which database you have connected.
If your database is like SQL server, you can use Direct Query mode to connect. If your database is a SSAS Tabular, you can use Connect Live to connect. Please note that, when using Connect Live mode, the modeling is limited in power bi desktop.
Connect to SQL ServerConnect to SSAS tabular
You can refer these articles about Direct Quert and Live Connect:
- Use DirectQuery in Power BI Desktop
- Power BI connectivity modes
- DirectQuery, Live Connection or Import Data? Tough Decision!
In addtion, here is a table that shows the data sources that Power BI supports for datasets:
You can refer this microsoft document for more details about power bi supported data source: Power BI data sources
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
You have to use the DirectQuery method for connecting the database.
Then you have to write a DAX measure to calculate the measurement of sensor value.
You can use the card visual to represent this data. Next step, publish this report to the workspace and pin this visual to the dashboard. You can see live data there.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
T