Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone.
I am a little new to Power BI, I am doing a project that consists of how is the coexistence of two brands in different points of sale.
Year | My | Point of sale | sales PRODUCT A | sales PRODUCT B |
2022 | September | place 1 | 19 | 9 |
2022 | September | place 2 | 3 | |
2022 | September | place 3 | 43 | |
2022 | September | place 4 | 18 | 31 |
2022 | September | place 5 | 5 | 6 |
2022 | September | place 6 | 31 | |
2022 | September | place 7 | 7 | |
2022 | September | place 8 | 5 | 31 |
I have to define how many points of sale sell product A, how many sell product B and how many sell both.
Getting the quantity of each product was very simple:
could you share some sample data in table 'Sales'? thanks
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Also, there are better ways of achieving this one of them is creating a variable and then returning them. Instead of creating 3 different measures. Hope it helps.