Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I have a table called customer Transaction . Please find sample data as below. It has many rows with other cust id, year and month.
Cust Id | Year | Month | Col1 | Col2 |
1 | 2019 | JAN | 5 | 10 |
2 | 2019 | JAN | 2 | 20 |
3 | 2019 | JAN | 3 | 30 |
4 | 2019 | JAN | 10 | 100 |
1 | 2019 | FEB | 1 | 200 |
2 | 2019 | FEB | 2 | 20 |
6 | 2019 | FEB | 300 | 400 |
I want to select year and month through Slicer and calculate New customers sales and no sales customers.
For Example if I select year= 2019 and Month = FEB, result should display as below after comparing previous month. I used calculated table, its working hard code value but not through slicer.
Please Help!!!!!!!
New Customers | ||||
Cust Id | Year | Month | Col1 | Col2 |
6 | 2019 | FEB | 300 | 400 |
Customers removed this month
Cust Id | Year | Month | Col1 | Col2 |
3 | 2019 | JAN | 3 | 30 |
4 | 2019 | JAN | 10 | 100 |
Regards
Samar
User | Count |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |