Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! 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êsUser | Count |
---|---|
8 | |
8 | |
5 | |
5 | |
3 |