Forum Discussion

daxesh's avatar
daxesh
Frequent Visitor
10 years ago
Solved

SSAS > Tabular Model > How to generate one table from another table?

Hello, I am stuck in a Power BI and SSAS model implementation. I am new at preparing Tabular Model using SSAS. I plan to use this model in Power BI.   My problem is that I am not able to generate...
  • vinaypugalia's avatar
    vinaypugalia
    10 years ago

    Hello Daxesh,

     

    To address your concern, basically what I can recommend is, just have 1 fact table with all the required columns & then keep adding expression columns with the required filter conditions. If the condition is true, return true/1 else false/0. Then on the visualisation front, just add page level filter using the expression column related to this view & set it to TRUE/1.

     

    Doing this way, you have can use the same fact data filtered based on multiple conditions for the different views you want to generate. And the visualisation will consider only the rows having TURE/1 in their corresponding expression column.

     

    Hope, this helps!

     

  • daxesh's avatar
    daxesh
    9 years ago

    Thank you so much vinaypugalia.

    It worked for me.