Hi all, I’m wanting to use a line chart with 2 calculation groups; one to change out the y-axis (Metric 2),and one to change out the x-axis (Metric 1). The problem is that I can’t use a measure in the x-axis, I’d have to use either a column or calculated column. I want to be able to use a line chart and then switch out the x-axis to view measures on a YTD and MTD time horizon. Any ideas on how i’d be able to do this?
I was thinking I could pass whatever measure is selected in the calculation group (Metric 2) to the field parameter (Parameter). The only field I have in Parameter is the following DAX:
@Everett I think that’s not possible and I would not recommend but still, you can explore the below article and let me know if that works for you. Thanks
Yeah, idk if what I’m trying to do is possible. I guess what I’m asking for is a dynamic dimension for the x-axis. At first, I thought I could pass the selected measure’s value through my YTD measure, but since you can’t put a measure in the x-axis it won’t even matter.