Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi good morning, I'm trying to make a column where using a date selected from another table from the Report view pane.
Right now I have this:
Solved! Go to Solution.
Hi @Syndicate_Admin ,
Here some steps that I want to share, you can check them if they suitable for your requirement.
Here is my test data:
Total tickets
Time
Create measure
Datediff =
IF(
SELECTEDVALUE('Total Tickets'[Request Status]) IN {"Open", "Ongoing", "On hold", "Standby Provider", "On Standby User", "Postponed", "Resolved"},
IF(
SELECTEDVALUE('Total Tickets'[End Date]) IN {BLANK()},
DATEDIFF(
SELECTEDVALUE('Total Tickets'[Date created]),
SELECTEDVALUE('Time'[Another date]),
HOUR
),
BLANK()
)
)
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Syndicate_Admin I try it and let you know if it has worked for me
Thank you!
Hi @Syndicate_Admin ,
Here some steps that I want to share, you can check them if they suitable for your requirement.
Here is my test data:
Total tickets
Time
Create measure
Datediff =
IF(
SELECTEDVALUE('Total Tickets'[Request Status]) IN {"Open", "Ongoing", "On hold", "Standby Provider", "On Standby User", "Postponed", "Resolved"},
IF(
SELECTEDVALUE('Total Tickets'[End Date]) IN {BLANK()},
DATEDIFF(
SELECTEDVALUE('Total Tickets'[Date created]),
SELECTEDVALUE('Time'[Another date]),
HOUR
),
BLANK()
)
)
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Perfect, works properly, thank you!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |