Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello!
I have dataset with product IDs, competitors and sales.
In Power BI I need to make like "dynamic recalculation" after user choose competitors.
1. User choose competitors (a & c);
2. Need to find minimum sales per IDs (for ID 1 it will be 12, for ID 2 - 2);
3. Then summarize found sales (12 + 2).
The problem is that I understand how to do it for constant dataset (for all competitors) with SQL, Python, but how to make it recalculated depends on competitor's choose?
Appreciate any help, as I am newcomer in Power BI world...
Anna
Solved! Go to Solution.
Hi, @annamakarova
Please check the below.
Hi, @annamakarova
Please check the below picture and the sample pbix file's link down below.
Dear @Jihwan_Kim , thanks a lot!
But how to make it works for different categories?
So in Result Measure there is total sum of minimum sales per ID is shown for category A, B, C separately?
Hi, @annamakarova
Please check the below.
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |