Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Nice day
I hope you can help me with this question.
I have the following table:
And I want to calculate for each user, taking into account the machine, the environment and the application, the first time and the last time you used each application. How could I do it?
Thank you very much in advance!!
Solved! Go to Solution.
@Syndicate_Admin , with these columns, Min and max of Fecha should do
or create a new column like
calculate(min(Table[Fecha]), allexcept(Table, [account], [machine],[environment]))
or max
calculate(Max(Table[Fecha]), allexcept(Table, [account], [machine],[environment]))
@Syndicate_Admin , with these columns, Min and max of Fecha should do
or create a new column like
calculate(min(Table[Fecha]), allexcept(Table, [account], [machine],[environment]))
or max
calculate(Max(Table[Fecha]), allexcept(Table, [account], [machine],[environment]))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
97 | |
69 | |
45 | |
39 | |
33 |
User | Count |
---|---|
158 | |
102 | |
60 | |
43 | |
40 |