Forum Discussion

F_senna's avatar
F_senna
New Member
3 years ago
Solved

I can't load redshift data in power Bi

Hi

I'm trying to load data for redshift to power bi, but the data is a lot, so i need to limited rows before load the data in power bi.
this is the script:

let
Source = AmazonRedshift.Database("latamqa-cluster.xxxxxxxx”, "rxxxxxx”, [BatchSize=1]),
star_dwh = Source{[Name="star_dwh"]}[Data],
vw_latam_sls_bill_dtl1 = star_dwh{[Name="vw_latam_sls_bill_dtl"]}[Data]
in
vw_latam_sls_bill_dtl1

 

i need to limited rows of the table for load the data in Power Bi
Someone can help me?

1 Reply