Forum Discussion
Grouped view in Visual
- 9 years ago
Hi Shakti_Janki,
I am unable to reproduce your issue. In my test, I created a calculated column which returned OK/Not OK based on source table. Then, I used a matrix visual to display data, add [Nummer] into Rows section, add [Status] into Columns section and add the new column into Values section.
In your scenario, it seems that the data was not grouped based on [Nummer] in visual, how did you make the DAX formula?
Regards,
Yuliana Gu
Hi Shakti_Janki,
I am unable to reproduce your issue. In my test, I created a calculated column which returned OK/Not OK based on source table. Then, I used a matrix visual to display data, add [Nummer] into Rows section, add [Status] into Columns section and add the new column into Values section.
In your scenario, it seems that the data was not grouped based on [Nummer] in visual, how did you make the DAX formula?
Regards,
Yuliana Gu
Hi v-yulgu-msft,
Thanks! I think i got it right now. The first thing was that i was not using the Matrix visual, but the Table visual.
When i changed that, i followed you advice to add [Nummer] into Rows section and added the new columns into the Values section. These changes resulted in this:
The DAX formula i used was: Impact analyse akkoord = IF(Query1[Status]="Impact Analyse geaccordeerd";IF(Query1[Functie]="FB";"OK";IF(Query1[Functie]="ICT Beheerder";"Akkoord";IF(Query1[Functie]="Changemanager";"Akkoord";"Niet akkoord"))))
Thanks for all your help!
Also vanessafvg