Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
65 | |
52 | |
30 |
User | Count |
---|---|
115 | |
114 | |
71 | |
66 | |
39 |