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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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?