Hi guys
Currently i have the table which has the below format
Q1 Q2 Q3 Q4
Yes
Yes Yes
Yes
Yes
Yes
Yes
New format should like below (Couting each unique combination)
Q1 Q2 Q3 Q4 Total
Yes 2
Yes Yes 1
Yes 1
Yes 1
Yes 1
Solved! Go to Solution.
Hi @M036721 ,
You can use LOOKUPVALUE or RELATED DAX function for this.
You can refer to these links for more info :-
https://devoworx.net/power-bi-related-vs-lookupvalue-dax/
https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Hi @M036721 ,
Looks like you are just trying to add a column to the existing table.
Can you please explain you requirement .
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
hi Pratyasha
Trying to summarise unique type of records , with there count in a separate table.
thanks
Hi @M036721 ,
You can use LOOKUPVALUE or RELATED DAX function for this.
You can refer to these links for more info :-
https://devoworx.net/power-bi-related-vs-lookupvalue-dax/
https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C