Forum Discussion

Mitschl1986's avatar
Mitschl1986
Regular Visitor
8 years ago

use case sensitive to create a correct relationsship

Hi BI-Desktop experts,

i want to creat a relationsship between two tables. The problem is the programm says there are a duplicate in the table. Thats wrong! There are ID's in the colum: 'vQCZd01OIaAs0EC0001' and 'VQCZd01OIaAs0EC0001' these are diffent datarows. How can i aktivate a case sensitive?

 

 

 

let
    Quelle = Oracle.Database("egecko", [HierarchicalNavigation=true]),
    PM = Quelle{[Schema="PM"]}[Data],
    FIBU_BELEG1 = PM{[Name="FIBU_BELEG"]}[Data],
    #"Gefilterte Zeilen1" = Table.SelectRows(FIBU_BELEG1, each [ORGUNIT_NR] = 940)
in
    #"Gefilterte Zeilen1"

4 Replies