In data warehousing and analytics systems, dimension tables provide context for the measurements stored in fact tables. While fact tables contain the numbers you want to analyze, dimension tables tell you what those numbers mean. This could be things like who was involved, what product it was, when it happened, where it occurred, etc.
Basically, dimension tables are the “descriptive” side of dimensional modeling, containing the attributes and characteristics that let you filter, group, and label your data in meaningful ways.