Forum Discussion

Baterka's avatar
Baterka
New Member
2 years ago

Dynamically change values inside DAX column (or use DAX measure?)

Hi, 

I have a count of Ids on Y. I have a count of how many tickets they bought on X (Tickets per Id count). All works well, I see that e.g. Id = 14 bought 12 tickets overall = over time. When I filter for the year 2027, I see that Id= 14 bought only 3 tickets (see the table). I still see 12 in the chart because I use the Ticket per Id column (see column chart).

 


How can I adjust the column calculation or measure to achieve changing counts on Ticket per Id? In other words, if I look at the overall time, I would like to see Id = 14 to be recorded with 12 Tickets Per Id . When I change to 2027, I would like to see Id = 14 recorded with 3 Tickets Per Id in the column chart.

1 Reply