Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I want the table to be like this but i am currently stuck at token rightparem error.
So i am currently creating a new column where if the rating value is true, it will show what the rating type is and null if it is false.
However, I dont know where the issue is. From what I understand, the error occurs when there is missing bracket or etc. I just started learning Power BI so I hope you can help me with this.
Hi @Anonymous ,
Please try this
Rating = IF( 'Table'[Rating Type] == True,[Rating Type],null )
OR
Rating = IF( 'Table'[Rating Type] == True,[Rating Type],"" )
Please refer to this link to learn more about If function : https://learn.microsoft.com/en-us/dax/if-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
Proud to be a Super User!
So i change the formula to this
IF( 'TestTable'[Rating Type] == True,[Rating Type],null )
as I assume the "table" refers to my table name.
So now i have another error "Token Literal"
Hi @Anonymous .
Please try as well
Measure = IF( 'TestTable'[Rating Type] == True,[Rating Type],"" )
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
Proud to be a Super User!
Hi @Anonymous ,
please add a new column column
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
Proud to be a Super User!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
92 | |
86 | |
84 | |
66 | |
49 |
User | Count |
---|---|
140 | |
114 | |
108 | |
64 | |
60 |