Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
75 | |
71 | |
38 | |
29 | |
26 |
User | Count |
---|---|
97 | |
96 | |
60 | |
44 | |
41 |