Forum Discussion
help with volume based on multiple columns
- 5 years ago
Anonymous here is another approach where we split vendor and result in two different tables to avoid pivoting and then with the relationship we can achieve the result.
Anonymous try the last approach I sent. Reason I asked what is your data source, not for you to send it to me but to see if it is a SQL Server or something like that and we can send this pivoting to the backend.
Since it is CSV, so data prep has to happen in PQ. Anyhow, go with my most recent approach, splitting vendor and result into two different tables and then use the relationship to visualize the data. Try that first and we can go from there.
Check my latest blog post Compare Budgeted Scenarios vs. Actuals I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
This works perfectly! Ahhhh thank you so much, this is incredible. I can actually load now. Thank you parry2k !