Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have two tables:
There are a total of 12 dates in Table 2. I want to create a new table where the ID from Table 1 is matched with EACH date from Table 2. Basically, for each ID, there will be 12 rows in the new table. I can't join since there are no matching values between the tables and I tried a union, but I'm unsure how to accomplish what I'm asking.