cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
M036721
Frequent Visitor

Change the format of current table

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

 

 

 

 

 

1 ACCEPTED 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

View solution in original post

3 REPLIES 3
pratyashasamal
Solution Sage
Solution Sage

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

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors