
I built a component which contain only one gallery. The gallery only have 1 control which is a Button.
However, when I added above component to a container, the vertical position is 20px lower. (the black bar below is my component)
I added a blue color button at left to act as comparison.
I double check my container and component both have 0 in margin or padding. The "Y" is 0, too. Is there anything I need to check regarding a component?
Hi hongkong
You can write a formula like this to get the count:
CountRows(
Filter(
Purchases,
GeoUnitField = ComboBoxGeoUnits.Selected.Value, // or Selected.Result depending on your ComboBox properties
Text(PurchaseDateField, "yyyyMM") = Text(DatePicker.SelectedDate, "yyyyMM")
)
)