# View: int_dbt_prod_artist_marketshare

**View Name:** int_dbt_prod_artist_marketshare
**Table Source:** `INTELLIGENCE.DBT_PROD.ARTIST_MARKETSHARE`
**File Path:** `int_dbt_prod_artist_marketshare.view.lkml`

## Overview

- **File Size:** 1495 bytes
- **Lines of Code:** 72
- **Dimensions:** 5
- **Measures:** 2
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- ## Dimensions
- ## Measures
- # measure: market_share_percentage {

## Dimensions

| Name | Type |
|------|------|
| `artistid` | number |
| `artistname` | string |
| `stream_country` | string |
| `accounting_date` | date |
| `store` | string |

## Measures

| Name | Type |
|------|------|
| `artist_stream` | sum |
| `market_total_streams` | sum |

