Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I have a requirement to receive a single date or date range as a input from the user and filter my record set to display in report. Some thing similar to how we handle parameters in SSRS reports. But i came to know we dont have such support in power BI service.
I am able to retrieve results for a given date range but the problem is for some specific dates, stock details are not captured and in that case i need to populate the stocks for the previous available date.
Please advice how it can be achieved.
Solved! Go to Solution.
Thanks Cherie for your reply. I am planning to have SSIS to do this job to create dataset and later consume in power BI.
For below sample data, if the user inputted date is 04/02/2019 in the service then I should get stock value as 40 i.e stock as of 03/02/2019 because there is no stock details available for 04/02/2019.
Date | Stock |
1/02/2019 0:00 | 20 |
2/02/2019 0:00 | 30 |
3/02/2019 0:00 | 40 |
Can i get a pseudo steps for how this can be done.
I am thinking of doing the following.
1. Have a date table and compare the stock date in stock table with date in data table.
2. for missing dates in stock table, create a calculated column to capture the stock count from previous available date.
3. in the service, when the user selects a date, get a the stock details if its available from stock table, if not populate from the calculated column derived in step 2.
Please let me know if above approach is correct.
Hi @Anonymous
Correct.I would suggest you use measure to get the dynamic date from columns when user selects a date.Here is the post for your reference.
Regards,
Cherie
Thanks Cherie for your reply. I am planning to have SSIS to do this job to create dataset and later consume in power BI.
Hi @Anonymous
Got it, if you have resolved the issue, please mark the right reply as answer, and welcome to share your own solution. More people will benefit from here.
Regards,
Cherie
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
37 | |
27 | |
17 | |
16 | |
8 |
User | Count |
---|---|
45 | |
38 | |
34 | |
18 | |
15 |