• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

how solve it using power pivot

blb

New Member
Dear all,

i have attached one file.

Question is inside.

Pls help to solve.
 

Attachments

  • SAMPLE 1.xlsx
    10.3 KB · Views: 2
There was some mistakes in previous file and i am attaching a new one
 

Attachments

  • SAMPLE 1.xlsx
    10.8 KB · Views: 3
create a measure in DAX

=CALCULATE(DIVIDE(Table1[Sum of Cost of sales],Table1[Sum of Sales Value]))

then filter
 

Attachments

  • SAMPLE 1.xlsx
    115.2 KB · Views: 3
Maybe this will work for you. Change the DAX measure to

=CALCULATE(if(DIVIDE(Table1[Sum of Cost of sales],Table1[Sum of Sales Value])>.9,Divide([Sum of Cost of sales],[Sum of Sales Value]),""))
 
Back
Top