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'm able to successfully change my parameter StartDate and have it's updated value be used in my query upon refreshing. But I also want to display StartDate in the report, so I created a measure StartDate = StartDate and am displaying it in the report. This display gets updated when I manually edit the parameter in PBI Desktop. When I change it online in the dataset section, the display doesn't change even though the data itself did (proving that the changed parameter is being used correctly). Is this because the measurement isn't updating? Is there a different way to show StartDate besides creating a measurement?
Solved! Go to Solution.
Follow the below steps.
Create a parameter.
Create another query as a reference to the previously created parameter.
Then convert to table
Now you have the parameter value in the table.
Create a new measure
StartDateValue = MAX('StartDate (2)'[Column1])
This should work in your scenario. Please test this.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Follow the below steps.
Create a parameter.
Create another query as a reference to the previously created parameter.
Then convert to table
Now you have the parameter value in the table.
Create a new measure
StartDateValue = MAX('StartDate (2)'[Column1])
This should work in your scenario. Please test this.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
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 |
---|---|
59 | |
32 | |
27 | |
24 | |
23 |
User | Count |
---|---|
63 | |
51 | |
33 | |
24 | |
20 |