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)
PaulDBrown
Community Champion
4 years agoIs there a reason you need actual physical tables?
can you provide sample data or PBIX file and explain what you need to compute?
Anonymous
4 years agoNot applicable
Hi Paul - currently the two calculatetables are giving me two seperate table one showing MDI info and the other showinf DPI info....the columns in both table are the same less the device type. i just want one table to show both MDI & DPI in one calculated table...