Forum Discussion

HemanthV's avatar
HemanthV
Helper II
5 years ago
Solved

Matrix Visual not populating correctly

Hi Guys,

I am facing the below issue, Please help me.

expected output:

 

 

The first visual is a table visual here i am getting data for highest batch number for each_time frame. I have achieved this by using following measure:

Max in group = IF(CALCULATE(MAX(emcodatas[batch]),ALLEXCEPT(emcodatas,emcodatas[time_frame]))=MAX(emcodatas[batch])
,1,0)
Applied this measure in visual level filter and set it to 1. But when i change the visual from table to matrix and set the time_frame in columns field. i am getting only one symbol instead of 7 symbols. When i export the data from matrix visual i am getting 7 symbols in excel, but it is not showing here.

I don't know what's the issue here. I have tried a custom matrix visual, It is working fine. But i wan't the default matrix visual. Please help me!

Thanks in advance.....!!!!
  • HemanthV solution attached. I hope it helps. When you use measure in the visual level filter, it doesn't have the context of the batch and that's why it was not working for you. Anyhow, I have made the measure that contains the logic to include only the latest batch and you don't need to do a visual level filter.

     

    Tweak it as per your need. 

     

    Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS  I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

5 Replies