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.
I have data with all products which is showing the average list price and the average price that it was actually sold at.
My current Dax expression formula is :
The issue is when I put everything in a matrix it comes out like this:
I would like the black line to sum up the number of 1's in the column, any ideas? Help is much appreciated.
Hi @kevin757 ,
Try this measure:
Totalfix= SUMX(VALUES (Zones), # of products Sold under Par)
Mark this as a solution if I answered your question. Kudos are always appreciated.
Thanks.
Sorry That didnt work. For some reason when i do that it counted the sum as 0. Would you like me to send you the file itself?
Yes @Anonymous , pls share the file
How can I send you the pbix file?
Try:
Proud to be a Super User!
Paul on Linkedin.
So each value is now showing the # of times where the average sale price was less than the average list price.
User | Count |
---|---|
25 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |