The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm new to Power BI and haven't had any training so apolygises if the answer is obvious.
I have a set of data
Site | Total Miles |
Site1 | 1000 |
Site2 | 2000 |
Site3 | 3000 |
Site4 | 5000 |
The total for Site4 needs to be split between the other 3 sites. The data is being pulled from a SharePoint list so needs to be dynamic as it will constantly be updating as well as being able to be shown on different visulations by site and also by user.
I know how I'd do it in SQL but no idea what DAX syntax I need to use.
Thanks in advance
So the Central total needs to be divided by 3 and then added to each other the other sites.
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |