Forum Discussion
Anonymous
6 years agoNot applicable
upload data from query
I have a problem,
I have update data from sql query Oracle because I have create a report from a old report created by another software.
I have in the sql query many where condition where there are condition with like "%" or IN, for example:
select * from table where filed1 IN @parameter (or variable) and field2 LIKE "%"
How convert this in power bi desktop?
Thank you
1 Reply
- camargos88Community Champion
Hi Anonymous ,
Check this link: https://community.powerbi.com/t5/Desktop/How-do-I-pass-parameters-to-my-SQL-statement/m-p/118848
Ricardo