Forum Discussion
ssas tabular
Hi,
Good Morning,
How to use UNICHAR(128315) functions in SSAS Tabular models for getinmg arrows.
i useded below code in cube and getting errors and not suppot UNICHAR function in SSAS Tabular models.
rrows Original = IF(ISBLANK('Loan'[Total Delinquency Percentage]),BLANK(),IF('Loan History'[Previous Month Delinquency Percentage],IF('Loan History'[Previous Month Delinquency Percentage] >= ['Loan'[Total Delinquency Percentage],UNICHAR(128316),UNICHAR(128316))))
Please help me to get arrows in power bi reports uding SSAS Tabular models.
3 Replies
- nagaraju2399New Member
Hi,
Good Morning,How to use UNICHAR(128315) functions in SSAS Tabular models for getting arrows.
I used below code in the cube and getting errors and not support UNICHAR function in SSAS Tabular models.
rrows Original = IF(ISBLANK('Loan'[Total Delinquency Percentage]),BLANK(),IF('Loan History'[Previous Month Delinquency Percentage],IF('Loan History'[Previous Month Delinquency Percentage] >= ['Loan'[Total Delinquency Percentage],UNICHAR(128316),UNICHAR(128316))))
Please help me to get arrows in power bi reports using SSAS Tabular models.
- nagaraju2399New Member
Please help to solve this problem
- v-jiascu-msftMicrosoft Employee
Hi,
1. What's the connection mode? Import or live?
2. Where did you apply the formula you posted? It should be applied to the Power BI Desktop.
3. What's the error message?
Best regards,
Dale