Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I am getting data from the IoT devices and I am dumping those data to the cosmos Db every 5 min. And I have connected the cosmos Db to power bi through inbuilt power bi connector. So every 5 min I am getting new data, it also has a date and time column. Now, how can I show the latest data(Latest data sent to cosmos) based on the time on the cards and gauge?
Thanks
Solved! Go to Solution.
Hi @kiranbchitari,
To create a measure to display the latest date using the formula.
latest date = CALCULATE(MAX(your table[date]),ALL(your table))
Regards,
Frank
Hi @kiranbchitari,
To create a measure to display the latest date using the formula.
latest date = CALCULATE(MAX(your table[date]),ALL(your table))
Regards,
Frank
Hi @kiranbchitari,
Does that make sense? If so, kindly mark my answer as the solution to close the case please. Thanks in advance.
Regards,
Frank
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 38 | |
| 38 | |
| 28 | |
| 27 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 73 | |
| 66 | |
| 65 |