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.
I'm working on a drill through page based on the total orders for the month and year. On my report page I have a bar graph with the orders and a slicer with the year (2023 and 2024).
On my drill through page I've figured out how to display the month on a card visual that is being drilled down but I cannot seem to display the year that I choose from the slicer. All that is displaying is the count of year.
Is there a DAX measure I can use to get around this bug?
Solved! Go to Solution.
Hi @Anonymous,
Create a measure similar to this and then use it on the card:
Selectsd Year = MAX(Table[Year])
I'm assuming you have a Year column on your model.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsYes that worked! Thanks!
Hi @Anonymous,
Create a measure similar to this and then use it on the card:
Selectsd Year = MAX(Table[Year])
I'm assuming you have a Year column on your model.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThis 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 |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |