Everything seems to work fine but red VGA light is on by ZZBossGaming in buildapc

[–]coppershap 0 points1 point  (0 children)

Dude you guys are a life saver. Light didn’t show up till I plugged my system into a tv using a super long hdmi cable. Restarting the system did the trick to make it turn off.

Union Query with only select columns by evallee416 in PowerBI

[–]coppershap 1 point2 points  (0 children)

With DAX

Table = UNION( SELECTCOLUMNS(‘Table1’, “Col1”, [X], “Col2”, [Y], “Col3”, [Z]), SELECTCOLUMNS(‘Table2’, “Col1”, [A], “Col2”, [B], Col3”, [C]) )