I am a new user of power bi and i wanted to know two things.
- Is it possible to get data from mysql datasouce in real time based on query.
- how to dynamically change the mysql query parameter based on slicer. e.g. if i have a query
select * from table name where date = 10/12/2019
than i want to change the date dynamically based on slicer visual say in my slicer i have dates of different months and I select 12/01/2020 from slicer than the above query should act based on 12/01/2020 i.e select * from table name where date = 12/01/2020 How can i achieve this in power bi?
select * from table name
only and add a slicer fordate
field. – Andrey Nikolov