initial
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
table Dim_InsKey
|
||||
lineageTag: 1ae411dc-3a9c-472c-972e-b57b3309308c
|
||||
|
||||
column exists =
|
||||
|
||||
VAR pot_ins = DISTINCT(Dim_HP_Potential_AIA[INS_MKT_SOURCE])
|
||||
RETURN IF([INS_MKT_SOURCE] IN pot_ins, "y", "n")
|
||||
lineageTag: dfb411a8-e3e1-440b-996d-86873336981d
|
||||
summarizeBy: none
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column INS_MKT_SOURCE
|
||||
lineageTag: 64ec5484-4fb4-4b5f-87f4-e41aee88cf59
|
||||
summarizeBy: none
|
||||
isNameInferred
|
||||
sourceColumn: Dim_RC[INS_MKT_SOURCE]
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition Dim_InsKey = calculated
|
||||
mode: import
|
||||
source = ```
|
||||
DISTINCT(Dim_RC[INS_MKT_SOURCE])
|
||||
```
|
||||
|
||||
annotation PBI_Id = e3af3bceb3e34d2b9cc087ad1698bd2a
|
||||
|
||||
annotation TabularEditor_TableGroup = 04_DimTable
|
||||
|
||||
Reference in New Issue
Block a user