Forum Discussion

LuigiRobert's avatar
LuigiRobert
New Member
3 years ago

Card visual showing one value coming from a specific data cell (Row-column).

Hello All.

 

I have a question, I want to make a report using visuals cards showing just a value. But that value is in a specific data cell.

 

do you know which formula I can used?

 

thank you.

Robert.  

2 Replies

  • LuigiRobert , for that either you have to use filters in measure of the slicer has to filter the value or visual level filters

     

    calculate(Sum(Table[Value]), filter(Table,Table[ID] =200 && Table[cat] ="A") )

    • LuigiRobert's avatar
      LuigiRobert
      New Member

      Hi Amitchandak,

      thank you for answer, Im sorry, Im not a PBI expert, Im just start getting experience using it.

      can you please explain with detail that formula?.

       

      Probably I can explain better what I looking.

      For example, this is my table with data:

      ParameterNominalTolerancePpPpkMinMax
      Q1 Maximum Inyection Pressure8002001.3242.4826001,000
      Q2 Pressure/vp changeover7002000.4250.800500900
      Q3 Melt Cushion2.5001.000.2840.3251.503.50
      Q4 Water Delta Pressure51.000.4430.4173.505.50
      Q5 Water Delta Temperature142.200.2510.36611.816.2
      Q6 Mass Temperature235200.2680.205215255
      Q7 Dosing Time1.760.150.1660.3271.611.91

       

      then I will like to create a Card showing "only" one Value from my data table.

      for example, I would like to Create a Card that shows: 

      "For the parameter "Q1" the Pp = 1.324.

      and can view like this:

       

      Q1 Maximum Injection Pressure

      Pp= 1.324 

       

      this is what I looking for.

       

      note:

      Sorry, just to mention that this table is coming from a data base that calculated already a six sigma process, and that table has the global results. And my goal is to create a report showing the Pp & Ppk values using Cards Visuals.

       

      Best regards.

      Luigirobert.