March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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! Early Bird pricing ends December 9th.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
121 | |
98 | |
86 | |
69 | |
61 |
User | Count |
---|---|
140 | |
121 | |
108 | |
99 | |
96 |