Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
I am very new to power BI and stuck on this. Seems very simple but can't figure it out.
When i select multiple months, I would like the Rev targets value to add together.
Exmaple:
Rev target Month
2 1/1/2024
2 2/1/2024
3 3/1/2024
So when I select 1/1/2024 and 2/1/2024, the rev target value will change to 4. If i add 3/1/2024 the rev target will be 7.
Solved! Go to Solution.
Hi @Anonymous
This is how it works as a default if the Rev target data type is a number
If the data type is correct and it is still isn't working, please attach a link to your pbix .
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi,
Ensure that you create a Calendar Table with calculated column formulas for Year, Month name and Month number. Sort the Month name column by the Month number column. Create a relationship (Many to One and Single) from the Date column in your Fact table to the Date column in the Calendar Table. To your slicer, drag Year and Month name from the Calendar Table. Write this measure
Total = sum(Data[Amount])
Hope this helps.
Hi @Anonymous
This is how it works as a default if the Rev target data type is a number
If the data type is correct and it is still isn't working, please attach a link to your pbix .
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |