Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

paretto chart drill down possible?

 

 

I have been trying to get drill down functionality in paretto analyis but couldn't get correct result.

i have written a logic at product level sucessfully . But i want product line  first and then if i click the product level is should go down to  product .

how to write a dax logic to get drill down functionality in paretto analysis.

I have attached a pbix file link .

Please help

Area CodeDateMonth Year ProductProduct LineProduct TypeRegionStateTerritory SizeTypeInventoryProfitSalesYear
97001-Jan-1201-Jan-122012Decaf Irish CreamBeansCoffeeCentralColoradoMajor TerritoryDecaf8211012342012
97001-Jan-1201-Jan-122012ColombianBeansCoffeeCentralColoradoMajor TerritoryRegular623681902012
97001-Jan-1201-Jan-122012ChamomileLeavesHerbal TeaCentralColoradoMajor TerritoryDecaf1091993412012
97001-Jan-1201-Jan-122012MintLeavesHerbal TeaCentralColoradoMajor TerritoryDecaf336331402012
97001-Feb-1201-Feb-122012Caffe MochaBeansEspressoCentralColoradoMajor TerritoryRegular449801892012
97001-Feb-1201-Feb-122012ChamomileLeavesHerbal TeaCentralColoradoMajor TerritoryDecaf1073993402012
97001-Feb-1201-Feb-122012LemonLeavesHerbal TeaCentralColoradoMajor TerritoryDecaf427-31292012
97001-Feb-1201-Feb-122012Green TeaLeavesTeaCentralColoradoMajor TerritoryRegular618301002012
97001-Mar-1201-Mar-122012Decaf EspressoBeansEspressoCentralColoradoMajor TerritoryDecaf541541802012
97001-Mar-1201-Mar-122012ColombianBeansCoffeeCentralColoradoMajor TerritoryRegular603691932012
97001-Mar-1201-Mar-122012LemonLeavesHerbal TeaCentralColoradoMajor TerritoryDecaf421-41252012
97001-Mar-1201-Mar-122012DarjeelingLeavesTeaCentralColoradoMajor TerritoryRegular325161292012
97001-Apr-1201-Apr-122012ColombianBeansCoffeeCentralColoradoMajor TerritoryRegular593631782012
97001-May-1201-May-122012ChamomileLeavesHerbal TeaCentralColoradoMajor TerritoryDecaf1156832982012
97001-Jun-1201-Jun-122012ColombianBeansCoffeeCentralColoradoMajor TerritoryRegular574681902012
97001-Jun-1201-Jun-122012Earl GreyLeavesTeaCentralColoradoMajor TerritoryRegular1028271172012
97001-Jul-1201-Jul-122012Decaf Irish CreamBeansCoffeeCentralColoradoMajor TerritoryDecaf10071393122012
97001-Jul-1201-Jul-122012ColombianBeansCoffeeCentralColoradoMajor TerritoryRegular564711992012

https://app.powerbi.com/links/6TKC_bJ26X?ctid=8d2d3d08-d188-4979-8496-5cfd06f66ef1&pbi_source=linkShare

 

 

tot = sum(Sheet1[Sales])
Rank = RANKX(all(Sheet1[Product]),[tot])
Paretto % = DIVIDE([cumulative],CALCULATE(sum(Sheet1[Sales]),all(Sheet1[Product])))

 

i have written the paretto percentage for product  type,

now how to get the product level paretto in same chart 

if we click the product level then it should drill down to product type in the same chart is it possible.

 

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi super users  anyone can help me on this ?

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Please check if this article will help you with your question:

    How to Create Pareto Chart in Power BI 

    I will continue to try to use the sample data you provided to complete your request, and I will give you feedback here in a timely manner if there is progress.

     

    Hope it helps,


    Community Support Team _ Caitlyn

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you for replying  , please check  the onedrive link https://1drv.ms/u/s!AqEOeVnvlFkLbjG3pqYBOX2oVL4 

      to have understanding about the requirment. explaining again  product type is level 1 and product should be level 2

      if i click the product type it should drill down to product  in paretto analysis

      every level is should have paretto analysis

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    I made several attempts on the sample you provided but unfortunately it did not work, you may contact the engineers at Power BI Custom Visual to see if they can help you.

    Contact:Custom Visual Support  

     

    Hope it helps,


    Community Support Team _ Caitlyn

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.