Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
93 | |
75 | |
65 | |
51 | |
36 |
User | Count |
---|---|
113 | |
90 | |
80 | |
62 | |
40 |