Data Groups
Last updated
Last updated
Lists are typically used in Power BI to create a dropdown list or slicer that allows users to make selections from a predefined set of values. This helps in filtering or focusing on specific data points within a report.
Table Name: Name of the table storing list related data
List Name: Identifier for a specific list within the table.
Field: Attribute or dimension associated with the items in the list
Group: A category or classification that organizes items in the list
Members: Items included in the group belonging to the list.
Bins are used for creating discrete groups or intervals for numeric or date/time data. This is particularly useful when you want to categorize continuous data into specific ranges or buckets.
Table Name: Name of the table containing the data and associated bins.
Bin Name: Identifier for a specific data bin within the table.
Field: Attribute or dimension based on which data is binned.
Bin Type: Classification or type of the bin (Size of bins or Count of bins)
Bin count: Number of bins to be created
Bin Size: Range or size of a particular bin.