Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I need to update a table every 30 seconds. But every time I update it it adds the values of the table, and I need it to update the values and not add up with the old ones. I tried to follow some examples on the internet but none worked.
Ex:
User | Count |
---|---|
14 | |
4 | |
2 | |
2 | |
1 |
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |