# View: dim_transactiontype

**View Name:** dim_transactiontype
**Table Source:** `facts.prod.DIM_TRANSACTIONTYPE`
**File Path:** `dim_transactiontype.view.lkml`

## Overview

- **File Size:** 5795 bytes
- **Lines of Code:** 159
- **Dimensions:** 7
- **Measures:** 1
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- - measure: streaming_revenue
- type: sum_distinct
- when ${transaction_type_abbr} = 'S' then ${fact_analytics.units}*0.0062368019

## Dimensions

| Name | Type |
|------|------|
| `transaction_type_abbr` | string |
| `configuration_mapping` | string |
| `transaction_type_desc` | string |
| `transaction_type_id` | string |
| `transaction_mapping` | string |
| `stream_vs_download` | string |
| `digital_v_physical` | string |

## Measures

| Name | Type |
|------|------|
| `number_of_transations` | count_distinct |

