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.
Hi,
I have the below data. I am looking for some way to filter out the data and show only the rows highlighted. I tried RANKX() to add a new column but it did not work. Can you please help?
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
We can add a date column and Group by the date column and Type column to meet your requirement.
1. Add a date column.
2. Then group the Type and Date column to get the result.
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
BTW, pbix as attached.
Hi @Anonymous ,
We can add a date column and Group by the date column and Type column to meet your requirement.
1. Add a date column.
2. Then group the Type and Date column to get the result.
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
BTW, pbix as attached.
@Anonymous ,
Create a new column
date = [time].date
Create following measures and use the with date and type
New Time = Table[Time]
new value = calculate(lastnonblankvalue(Table[Time], max(Table[VAlue])), allexcept(Table, Table[Date], Table[Date]))
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 |
---|---|
123 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |