The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
87 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |