Forum Discussion
Anonymous
4 years agoNot applicable
Combine - Two Calcualate tables into one Table
Hi Experts how could i modify the following DAX to combine the two seperate Calculated Tables into one master table Sub 1 = Calculatedtable = ('tablemaster,'tablemaster[Combined_Mole]="Salbut...
- Anonymous4 years ago
Sub 1 = Calculatedtable = ('tablemaster,'tablemaster[Combined_Mole]="Salbut",Device_Type[Type]="MDI || Device_Type[Type]="DPI)
Anonymous
4 years agoNot applicable
Would the following work:
Sub 1 = Calculatedtable = ('tablemaster,'tablemaster[Combined_Mole]="Salbut",Device_Type[Type]="MDI && Device_Type[Type]="DPI)
Anonymous
4 years agoNot applicable
Sub 1 = Calculatedtable = ('tablemaster,'tablemaster[Combined_Mole]="Salbut",Device_Type[Type]="MDI || Device_Type[Type]="DPI)