Forum Discussion

MP_123's avatar
MP_123
Icon for Microsoft Employee rankMicrosoft Employee
10 years ago

filter on a measure

hi

i created new calculated measure.

i want the measure to appear on report only if it's not blank.

on the visual level filter, the option to change the settings of the filter from all to something else is disabled... (i think because there is no option on pbi to filter on a measure)

is someone have an idea how to solve it? 

thanks!

5 Replies

  • Sean's avatar
    Sean
    Icon for Community Champion rankCommunity Champion

    Visual Level Filters - can be both columns and measures!

     

    What is your Measure formula?

     

      • MP_123's avatar
        MP_123
        Icon for Microsoft Employee rankMicrosoft Employee

        Sean

        the option to change the 'is less' is disabled...

        and can enter data or apply

         

        this is the formula:

        Card Type Avg.3 = if(HASONEVALUE(Query1[Experience]), calculate(([Click Rate]),all(Query1[Experience])))