Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
hi team i need help,
i have the data , need to calculate in time and out time
I need the output
i try but not able to get output
Solved! Go to Solution.
Hi @rajasekar_o
You can create a calculated column in table
date = [datetime].[Date]
Then create the following measures
in time = CALCULATE(MIN('Table'[datetime]),'Table'[type]=0)out time = CALCULATE(MAX('Table'[datetime]),'Table'[type]=1)
Then put them to the visual filter.
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @rajasekar_o
You can create a calculated column in table
date = [datetime].[Date]
Then create the following measures
in time = CALCULATE(MIN('Table'[datetime]),'Table'[type]=0)out time = CALCULATE(MAX('Table'[datetime]),'Table'[type]=1)
Then put them to the visual filter.
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @rajasekar_o
you can achieve this output with power query .
follow these steps :
i took example this sample data :
step 1 : select the column you want to transform it into columns.
step2 : go to transform --> pivot
step3 : choose for value column, the values that you want to be under each pivoted column
and aggregate you can set to dont aggregate
final result :
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that thumbs up button 🫡👍
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 |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 31 | |
| 30 | |
| 23 |