Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Syndicate_Admin
Administrator
Administrator

Variable

Dear All,

i have the following code and i want to read the client number from the table hlp in the cell A1.

how do i have to define this?

 

Best Thomas

 

let
Quelle = Access.Database(File.Contents("C:\Users\t.severa\Desktop\Projektcontrolling\VIOI.accdb"), [CreateNavigationProperties=true]),
#"_Bewegungsdaten Neu" = Quelle{[Schema="",Item="Bewegungsdaten Neu"]}[Data],
#"Gefilterte Zeilen" = Table.SelectRows(#"_Bewegungsdaten Neu", each ([Mandant] = 222063))
in
#"Gefilterte Zeilen"

1 REPLY 1
lbendlin
Super User
Super User

let
Quelle = Access.Database(File.Contents("C:\Users\t.severa\Desktop\Projektcontrolling\VIOI.accdb"), [CreateNavigationProperties=true]),
#"_Bewegungsdaten Neu" = Quelle{[Schema="",Item="Bewegungsdaten Neu"]}[Data],
#"Gefilterte Zeilen" = Table.SelectRows(#"_Bewegungsdaten Neu", each ([Mandant] = 222063))
in
#"Gefilterte Zeilen"[client number]{0}

 

Note that Access databases are not recommended as data sources.

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.