Hello everyone,
I have a little problem in SSAS Tabular (I'm using Visual Studio 2015 and SQL Server 2016), if anyone can help me. I'll be thankful. There are my problem :
I got a table (dimension table) :
| Key | Name |
| 1 | name1 |
| 2 | name2 |
| 3 | name3 |
| 4 | name4 |
| 5 | name5 |
And Fact table with
| Key_Dimenson |
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
And i want to create a measure that display in my fact table the column Name of my Dimension. The purpose is to display it like a measure in column of Power BI (using a matrix graph).
Can anyone help me please?
Best regards,
AMAR
Reponse