Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hey Guys,
Need help with below:
I have a huge data set in hadoop which i have connected with power bi.
I also have another table in excel which contains list of customers i need to filter and take out details from the main table in sql.
i converted the table in list and made a parameter named "kadam"
and used below query :
let
Source = #!"Odbc.Query(""dsn=impala"", ""SELECT * FROM analytics_n_reporting.v_lpm_smth_liab_consld_acct_details WHERE cod_cust_id IN (""kadam""))"
in
Source
it is giving error " Expression.SyntaxError: Token ',' expected."
Please help here, ultimately i need to use the table from excel to filter data while importing from hadoop, i dont want to use merge as it will take a lot of time and not using relationship either as i need to do further conditional analysis in power query.
@MNMKJ , I think it should be like
let
Source = Odbc.Query("dsn=impala", "SELECT * FROM analytics_n_reporting.v_lpm_smth_liab_consld_acct_details WHERE cod_cust_id IN ('kadam')" )
in
Source
Hey, it is not working as single quotes does not takes parameters. please help here
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 85 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |