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 all,
I need help with this.
I have a PowerBI Tab with client id table and some slicers(date, country, product...).
I want to filter clients table and use this clients to calculate some measures in other tab i.e. how many clients were existing clients before x time period and bought me product y....
I thought drillthrough would be useful for this but is not working because you can't drill with multiple clients.
Any support?
Thank you!
Solved! Go to Solution.
Hi @Anonymous ,
I created some data:
Here are the steps you can follow:
1. Create Calendar
DateTable =
CALENDARAUTO()
2. Create measure.
existing clients =
var _min=MIN('DateTable'[date])
return
CALCULATE(COUNT('Table'[ID]),FILTER('Table','Table'[date]<=_min&&'Table'[Buy]="YES"
))
3. Result:
Use [Date] of the calendar table, [country] and [product] of the table as the slicer
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
I created some data:
Here are the steps you can follow:
1. Create Calendar
DateTable =
CALENDARAUTO()
2. Create measure.
existing clients =
var _min=MIN('DateTable'[date])
return
CALCULATE(COUNT('Table'[ID]),FILTER('Table','Table'[date]<=_min&&'Table'[Buy]="YES"
))
3. Result:
Use [Date] of the calendar table, [country] and [product] of the table as the slicer
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |