Hello Everyone,
If I have a collection with some data:
Date x y z 01/09/2019 15 32 16 02/09/2019 15 0 12 05/09/2019 1 3 0 15/09/2019 0 1 0 25/09/2019 0 0 55
How would you fill all the missing dates with 0 0 0 value to obtain something like :
Date x y z 01/09/2019 15 32 16 02/09/2019 15 0 12 03/09/2019 0 0 0 04/09/2019 0 0 0 05/09/2019 1 3 0 06/09/2019 0 0 0 .... 15/09/2019 0 1 0 16/09/2019 0 0 0 .... 25/09/2019 0 0 55 .... 30/09/2019 0 0 0
Or would you do it another way?
The goal is to have a gallery with every day of the selected month, with data coming from another data source.
Cheers
Solved! Go to Solution.
Hi @HD
Hi @HD
thanks! works like a charm
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
207 | |
72 | |
51 | |
49 | |
20 |
User | Count |
---|---|
264 | |
123 | |
85 | |
79 | |
70 |