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.
I have a matrix set up like this
company 2023 2024 4+8 2024 5+7
Orders
Sales
OI
ROS
But I want a variance column measuring the difference from 5+7 to 4+8. I would want it to look like this
company 2023 2024 4+8 2024 5+7 Variance
Orders
Sales
OI
ROS
Does anyone know how I should approach this? I want the variance column to calculate each metric.
Solved! Go to Solution.
Hi @Anonymous ,
You will need a disconnected table and some advanced DAX for that. In the attached example, In-Progress is not a row in Brand Sold column but in Status but by using a disconnected table and measures, i've made it appear so.
Please see attached pbix for your reference.
Hi @Anonymous ,
You will need a disconnected table and some advanced DAX for that. In the attached example, In-Progress is not a row in Brand Sold column but in Status but by using a disconnected table and measures, i've made it appear so.
Please see attached pbix for your reference.
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
15 | |
12 | |
7 | |
6 |