Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi there
I have a table returning customer numbers, with payments values in a column. The table is filtered to the relative week, so value for that week showing in the column called Relative Week = 0. What I also want is to add a column that gives the overall total,all weeks summed for that customer against every week in the dataset. So for example
Tenant | Relative week = 0 | All weeks Summed Up |
1 | 25 | 500 |
2 | 10 | 200 |
3 | 15 | 60 |
4 | 100 | 1000 |
I just cant get my DAX to work.
I'd be very grateful if somoene could help please
Many thanks
Karen
Solved! Go to Solution.
I have sorted it by using IGNOREFILTERS 🙂
I have sorted it by using IGNOREFILTERS 🙂
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.