Forum Discussion
hellgoingon
9 years agoHelper II
Using parameter in SQL server and map value of this parameter to filter control in report
Hi all,
I'm having a big data in AA table which i cannot run query "select * from AA" because it will cost me 2 hours to run query.
So i've just want to display data defaultly from July 1st to July 30th to prevent loading much data.
But when going to report (display charts related to that data), i can filter data base on filter control and maybe select data from Apr 1st to apr 30th
How can i do that?
8 Replies
- hellgoingonHelper IIAny helps please?
- v-chuncz-msftCommunity Support
You may create a parameter and then reference it in Advanced Editor.
https://community.powerbi.com/t5/Developer/Auto-Update-URL-Data-Source/m-p/56893#M1802
- hellgoingonHelper II
Thanks. There are anyways to access value of controls (on report) in Advand editor?