Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
How make a create this as a single column start date with timestamp and end date with timestamp and i want to join that datetimestamo with another table
Solved! Go to Solution.
Follow this. You can force join in measure
I am not 100% certain what you are trying to achieve. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
But, if you are trying to get 1 column with all of the values from both of the columns you can use SELECTVALUES and UNION like:
Table =
DISTINCT(
UNION(
SELECTCOLUMNS('Table',"Column",[DateAdd]),
SELECTCOLUMNS('Table',"Column",[DateSub),
)
)
Something like that.
Follow this. You can force join in measure
User | Count |
---|---|
82 | |
72 | |
67 | |
47 | |
36 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |