March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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])) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
147 | |
92 | |
70 | |
58 |