Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi there
This seems like a easy requirement but i want to show a full 12 month revenue for the year selected ( filter top right) regardless of month(s) selected
In the Orange i would like to show customer revenues by month selected for that year
so for the calculated values i cna use an expression
Solved! Go to Solution.
Hi, @Gareth_Hunt
It’s my pleasure to answer for you.
According to your description, I think if you have some measures in your two tables,you can use 'edit interactions' function to filter data or measure, or you can use 'allselected' in meaure to filter year and month at the same time.
Like this:
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Gareth_Hunt
It’s my pleasure to answer for you.
According to your description, I think if you have some measures in your two tables,you can use 'edit interactions' function to filter data or measure, or you can use 'allselected' in meaure to filter year and month at the same time.
Like this:
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Gareth_Hunt try this measure
Total Year =
VAR __selectedYear = SELECTEDVALUE ( DateTable[Year], YEAR ( TODAY() ) )
RETURN
CALCULATE (
SUM ( Table[Amount] ),
DateTable[Year] = __selectedYear
)
if no year is selected or more than one year is selected, it will use the current year.
Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
87 | |
82 | |
71 | |
49 |
User | Count |
---|---|
143 | |
123 | |
107 | |
61 | |
55 |