Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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])) )
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
74 | |
57 | |
39 | |
33 |
User | Count |
---|---|
70 | |
63 | |
57 | |
49 | |
46 |