Forum Discussion

Balaraju's avatar
Balaraju
Icon for Helper III rankHelper III
4 years ago
Solved

Switching to Dynamic X Axis based on filter Selection

Hi All,    Hope all are doing good.   I have one requirement based on the filter selection I want the X-Axis should be changed dynamically. i.e I have data with different countries along with Ke...
  • ddpl's avatar
    4 years ago

    Balaraju try this

    Create new Calculated Column as per below:

    Final Keys = IF('Table'[Country] = "Indonesia",'Table'[Dealer],'Table'[Key])