The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
required output
Hi @Iamrajj ,
Please provide more context to your post. What exactly is not filtering? Which one is your desired output? bnp_cta from nameplate table, etc? Also, please provide a sample data we can easily work on, can be copy-pasted (not an image).
I need to show slicer last month, last week, and YTD dynamic selection.
Created measure for start date and end date for all time intelligence
Bandp_Cta TI = CALCULATE(SUM(bnp_cta]),DATESBETWEEN(date,startdate,enddate),ALL(nameplate))
nameplate | Bandp_Cta TI |
Brand Level (Feb23-May23) | 8869 |
Challenger | 8936 |
Charger | 8936 |
Durango | 8936 |
Total 8936
but iam getting total value istead of nameplate breakup.
Output required
nameplate | Bandp_Cta TI |
Brand Level (Feb23-May23) | 6968 |
Challenger | 553 |
Charger | 976 |
Durango | 439 |
Total | 8936 |
User | Count |
---|---|
71 | |
64 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
62 | |
54 | |
43 |