Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi All,
I have a column called "Annual PV Consumed MWH". I created a parameter with values from 1 to 25. So when a user clicks on 1, the calculated column should multiply the below forumla
But it's not working. When I change the slicer of X value, the energy doesn't change. Please help.
Hi @Kolumam,
Did you solve it? Can you share the answer or mark the proper answer as a solution, please?
Best Regards,
Dale
Hi @Kolumam,
Seems you created a calculated column which is relatively stable. That means it won't change along with the slicer. Try @Phil_Seamark's solution please.
Best Regards,
Dale
Hi @Kolumam
Are you trying to add as a calculated column or calculated measure?
The syntax you use suggests a calculated column (which won't work).
If you are using a calculated measure, you may need to wrap your [Annual PV Consumed MVH] with a MAX
I've attached a basic model that may be close to what you are after.
Try wrapping the column name inside SELECTEDVALUE
i.e.
SELECTEDVALUE('Site Names (2)'[Annual PV Consumed MHW])
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 |
---|---|
76 | |
76 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |