Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
marishnagendran
Creator
Creator

Measure as dimension and calculate a another measure

Dear All,

DateProduct Product_TypeQtyGross ProfitNet ProfitMarigin
       
11-JunATest101082
11-JunBTest2020155
11-JunCTest100302010
11-JunDTest8015105
11-JunETest4020515

 

My OutPut:

DimensionNet Profit
0-5028
50-10030

 

0-50 & 50-100 is Qty

 

Is it possible?

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

simplest is to create your dimension while loading the data.
e.g.
if( quantity<=50, '0-50','50-100') as NewDimension

and use that in your table.

Hope i understood the issue clearly
marishnagendran
Creator
Creator
Author

In Front-end i want to do this