Forum Discussion

ttaa4455's avatar
ttaa4455
Frequent Visitor
4 years ago
Solved

Measures

Hi,   I have the following 3 measures built: Sales current year to date sales last year to date sale % change year to date I added a column called "products "with the measures listed. I am ha...
  • SpartaBI's avatar
    SpartaBI
    4 years ago

    ttaa4455 mathematic wise the result come out negative,  yes :). But if you want to do something else here then you could wrap it with an if and add a different calculation to this scenario.

    Somthing like:

    IF( AND([SALES] >= 0 , [SALES LAST YEAR] >= 0, [STANDARD Y/Y MEASURE], [SOMETHING ELSE])




          

    Showcase Report – Contoso By SpartaBI