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.
Hi,
Our company sells products a different prices dependant on the sector we trade in. How do I count the number of price points for each product we sell?
Thanks 🙂
Hi @davehus,
To count the number of price points for each product, you can use DISTINCTCOUNT() function like
=Calculate(DistinctCount('Table'[Price]), AllExcept('Table','Table'[Product]))
For more advice, please provide some sample data and detailed description about your expected output so that I can reproduce your scenario.
Best regards,
Yuliana Gu