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 August 31st. Request your voucher.
Hi Team,
i have sales data in that how to find out Region 1 Region 2 wise and profit with 45 days.
It should be one measure it self we have to get it ?
how we can achieve on this.
Solved! Go to Solution.
Hi @MSMKM ,
I think you can try measure as below to achieve your goal.
Measure =
CALCULATE(SUM('Table'[Sales]),FILTER('Table','Table'[Date]>= TODAY() - 45))
My Sample:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MSMKM ,
I think you can try measure as below to achieve your goal.
Measure =
CALCULATE(SUM('Table'[Sales]),FILTER('Table','Table'[Date]>= TODAY() - 45))
My Sample:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
11 | |
7 |