Forum Discussion

pcaslavka's avatar
pcaslavka
Regular Visitor
8 years ago
Solved

Filtering table based on a value from a slicer

Hi there,   I have a dashboard the is used to forecast sales based on opportunities from Microsoft Dynamics CRM.   The user has the following requirement - he wants to choose the forecast start m...
  • pcaslavka's avatar
    pcaslavka
    8 years ago

    Great solution, like it a lot. Is there a way to order the months in the forecast start slicer? January followed by february etc.?

  • Ashish_Mathur's avatar
    Ashish_Mathur
    8 years ago

    You are welcone.  If my reply helped, please mark it as Answer.  I would suggest the approach of having 2 slicers - one in which you select the year and another in which you select the month.  Create a month_order table and build a relationshop from the month column in the calendar table to the month column of the month_order table.  Using the RELATED() function bring over the order column from the month_order table to the calendar table.  Then use the Sort by column feature.

     

    Download the file from here.