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.
Hi All,
I have below measures . There can be mutiple products selected and for multiple products there can be same contact or different contact. When the measures claculates , it list down the all rows for the selected products . so that may result in listing same contact multiple times.
Hi @Vaishali04 -Create a below dax measure to get the unique contacts based on selected product.
UniqueContacts =
CONCATENATEX(
DISTINCT(productemail[product_contact]),
productemail[product_contact],
"; "
)
Hope it helps
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
getting error when multiple values are there
User | Count |
---|---|
83 | |
83 | |
37 | |
34 | |
32 |
User | Count |
---|---|
92 | |
79 | |
61 | |
51 | |
51 |