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
I want to load data from a report that has a Effective date parameter. I have another table (Effdate) with a list of all effective dates (start date of every month from 01/01/2021. How can I pass these dates to the dynamic Web URL? The Web URL has the date parameter in it as shown below. (https://wd3-services1.ccx/customreport2_emp_effective_date?Effective_as_of_Date=2022-06-01-07%3A00&f...)
When I refresh the report I want to load the data for all the effective dates that are listed in the Effdate table. Is there any way to do this?
@sayang194 , You should code that in measure
if(isfiltered(Table[effective Date]), [Meausre], calculate([Measure], filter(Table, Table[effective Date] in values(Table2[Effdate])) )
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 |
---|---|
92 | |
86 | |
85 | |
66 | |
49 |
User | Count |
---|---|
140 | |
113 | |
104 | |
64 | |
60 |