Hi -
I want to combine each of the values from table 1
with all of the dates available in table 2.
can you help advise how to do so?
Thank you! Any help would be much appreciated 🙂
Solved! Go to Solution.
You can create a new table in DAX using Cross Join that will give you desired results.
Table = CROSSJOIN(Country,'Date')
Proud to be a Super User!
You can create a new table in DAX using Cross Join that will give you desired results.
Table = CROSSJOIN(Country,'Date')
Proud to be a Super User!
Hi FarhanAhmed -
Thank you so much for this! It worked 🙂
Featured Session: Drive Data Culture with Power BI- Vision, Strategy & Roadmap. Register here https://myignite.microsoft.com #MSIgnite #PowerPlatform #Power BI
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
16 | |
16 | |
11 | |
8 | |
5 |