Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have three different measures and wanted to name each measure and use them as dimension. Use case is to create a pie chart with three slices showing the below amounts. Please let me know if this is something we can achieve
Amount1
Amount2
Amount3
Without context, it's a little hard to answer this question, but generally speaking, you can achieve this using the AGGR() function. Have a look at the official help page for that or search for examples if you need additional details.
Example:
Aggr(Sum(Amount1),Dimension1,Dimension2)