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.
For my restaurant I need to calculate the UPT = Units sold * 1000/Total Guest count for the period
I have visualisation with division by product and it gives me guest count by product, therefore the formula is calculated incorrectly. For this formula i only need Total Guest count for the period. How do i do it?
I expect it to give me a table like this one
But it calculates Guest Count for each product separately, while i only want the total number for the period
User | Count |
---|---|
25 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |