Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Range Creation with filter and all except

Hi Team,   I was trying to create a bar chart with the range on X axis.   The SQl query is as below: select count( distinct [COMPANY_NAME]) total,'Range:0-50K' as range from ( select sum(amount...
  • dax's avatar
    dax
    6 years ago

    Hi Anonymous , 

    You could remove this in filter and try to refer to my sample for details.

    Best Regards,
    Zoe Zhi

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

  • dax's avatar
    dax
    6 years ago

    Hi Anonymous , 

    I think you need to use [TO_CCY]  from summarize table(my Table 2) in slicer  instead of from fact table. If you want to use this field from fact table(Table(2) in my sample), I think you need to create relationship between two tables based on [TO_CCY] .

    Best Regards,
    Zoe Zhi

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