Forum Discussion
Yegor
3 years agoNew Member
temporary dynamic table
Hi There!
I have model like:
- data002=my fact table
- others(calendar_l, id_postav_l, id_shop_l, v_type_l)=dimension tables for slicers
trying to acheve futher goal:
1) set date period via slicer, based on "calendar_l"
2) set shop via slicer, based on "id_shop_l"
3) set dealer via slicer, based on "id_postav_l"
4) get temporary table, based on "data002", where I wont to group rows by: item_ID, Shop_ID % dealer ID + add min price for period
5) create histogram based on my temporary table - from "4)"
So the main question is for step "4)" - how can I create temp table, which can be modyfied by slicers(on the fly) & become base for histogram?
No RepliesBe the first to reply