Forum Discussion

10 Replies

  • Hi goalie_ ,

     

    there is a small trick that you need to do before making this work, you need to select the Y-axis and place the Scale as Log then add the measure for the selection of the slicer and eveything will work proper, however I must warn you that this look funny in a bar chart since there are two values for each bar and the x-axis is on the middle.

     

    • goalie_'s avatar
      goalie_
      Icon for Helper III rankHelper III

      Hi MFelix , yes I understand that. I have a categorical x-axis and usage amount on the y-axis. I am not able to place the measure into the slicer at all. The measure I'm using is, which is slightly changed,

       

      LinLog = IF(SELECTEDVALUE('Scale'[ScaleType]) = "Linear", CALCULATE(sum(USAGE_AMOUNTS), CATEGORIES)*0,BLANK())
       
      I don't know if I changed it correctly. 
      • MFelix's avatar
        MFelix
        Icon for Super User rankSuper User

        Hi goalie_ ,

         

        The measure is not to be placed in the slicer, you need to place the measure on the bar char as a value