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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Say i have a data with the ratings for a particular product
and I want to find the average rating for just one of those products - what is the DAX formula? I am trying but keep getting error messages.
Solved! Go to Solution.
Hi @G_WHO ,
you can achieve this by using "AllSelected" Dax.
As you can see in the below image, when i am selecting the product from slicer the 1st table is giving me the average of that product where as the 2nd one is giving me Sales for it.
Dax--
Hi @G_WHO ,
you can achieve this by using "AllSelected" Dax.
As you can see in the below image, when i am selecting the product from slicer the 1st table is giving me the average of that product where as the 2nd one is giving me Sales for it.
Dax--
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |