Forum Discussion

Jalil239's avatar
Jalil239
Regular Visitor
1 year ago
Solved

Any One Can do This ?

Question: How to Show Only the Total Average in a Power BI Matrix (Not for Each Month)? I am using a matrix visual in Power BI and want to calculate the average for my data, but I only want to displ...
  • dk_dk's avatar
    1 year ago

    Hi Jalil239 

    You should be able to use ISINSCOPE for this. 

    Lets say you have a measure called "Average Measure".


    You can make a new measure that would look something like this:


    New Average = IF( ISINSCOPE( Table[Month]),"",[Average Measure]) 


    ISINSCOPE will evaluate true when the months are "in scope", and false for the totals. You can read more about ISINSCOPE here and here.

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi all,thanks for the quick reply, I'll add more.

    Hi Jalil239 ,

    You can achieve your needs indirectly.

    1.Turn off word wrap

    2.Move the mouse to the marked position, and a '<-||->' sign will appear. Drag it to hide it.

     

    Best Regards,
    Wenbin Zhou