Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Dear users,
I am currently working on putting together an interactive stock analysis dashboard, but I am encountering some problems. For now, I have appended two stock data sets: the AEX index and the DOW index. The data sets run from 02-January 2020 to 10-January 2020 and both have closing figures.
Now, the goal is to determine the percentage change between the first day of the year with the last day of the year per Stock Symbol However, if I try to calculate the values, is sum's all values in that column. (see below)
My question is: what do I need to add in the formula bar so that the calculation is based upon the stock symbol, so that it does not sum all the values in that column?
Thank you in advance!
Solved! Go to Solution.
@RobertKuij , you are creating a column not measure in that case you have to add to your filter [stock] =earlier[stock] (or more filter)
, What you created might more fix to measure
@RobertKuij , you are creating a column not measure in that case you have to add to your filter [stock] =earlier[stock] (or more filter)
, What you created might more fix to measure
That is great, thank you so much!
User | Count |
---|---|
134 | |
74 | |
72 | |
58 | |
54 |
User | Count |
---|---|
194 | |
95 | |
65 | |
62 | |
53 |