SSAS Tabular Cube (Character discrepancy between source and Destination)

Santosh Kumar 61 Reputation points
2020-12-18T08:01:22.93+00:00

Hi There,

I am facing an issue while processing the data from Hive Database to SSAS Tabular Model with respect to Character discrepancy.
Whenever the data at source level having same data with different case characters but trying to process the data to SSAS Cube , the data is having only lowercase characters only.
49442-data.jpg

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,826 Reputation points
    2020-12-23T02:13:05.657+00:00

    Hi,

    Does this resolve your issue ? We are happy to know your feedback and progress! :)

    1 person found this answer helpful.

  2. Lukas Yu -MSFT 5,826 Reputation points
    2020-12-24T02:48:20.033+00:00

    Hi,

    This issue is caused by SSAS Tabular Database collation. When duplicated data appears the first one will win.
    To avoid this and have a case sensitive Tabular database, we must create first a case sensitive tabular database.
    For this we need have Tabular Editor tool.
    In Tabular Editor, we create a SSAS database (with 1500 compatibility level I have tried). Then we firstly change the collation of it. Change it to Latin1_General_CS_AS
    50980-image.png

    Then we deploy the database with the name you want.

    After this you could continue develop the Tabular Model in the Tabular Editor . Or , you could in Visual Studio create a new project by Import from Server(Tabular ) see :
    50927-image.png

    Since the collation can only be changed before any object was created, we cannot change it in your existed project. We'd need to start a new project for you task and remake the Tabular database design.

    See my test result, with data similar to yours:
    50929-image.png

    Regards,
    Lukas


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    What can I do if my transaction log is full?--- Hot issues November
    How to convert Profiler trace into a SQL Server table -- Hot issues November

    0 comments No comments

  3. Lukas Yu -MSFT 5,826 Reputation points
    2020-12-28T01:50:05.933+00:00

    Could the above answer with pictures be seen ? I hope it could help for your question.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.