Hi all,
Currently I am trying to build a timeline using Power Apps. I am working with 5 different categories, which are all in separate horizontal galleries. However, as you can see in the image, sometimes the different columns (filled with events) are overlapping. I want to change the y-position when something is overlapping.
The location of the events are based on when the event is happening.
I have tried it with the following statement in the Y-category which doesn't seem to help:
If(
Circ_Icon_5.X > (Rect_Duration_5.X + Rect_Duration_5.Width) && (Rect_Duration_5.X + Rect_Duration_5.Width) < Circ_Icon_5.X,
Circ_Icon_5.Y + Circ_Icon_5.Height,
Circ_Icon_5.X > (Indicator_10.X + Indicator_10.Width) && (Indicator_10.X + Indicator_10.Width) < Circ_Icon_5.X,
50,
0)
What I want is that when the circle is overlapping with either the text or the colored bar, I want that overlapping item to be placed lower. Only when it is the case of overlapping.
I hope we can find the solution together.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
258 | |
158 | |
85 | |
79 | |
58 |