Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I need to create a dynamic group by table from existing table that is filtering with the slicer, everything I used inclyding summarize table didn't work as slicer can't filter this and the data in group by table is static
Solved! Go to Solution.
Hi @saeidspr
Because your name field is filtered by the slicer, so you just need to create two measures.
cnt =
COUNTA ( table[id] )
sumAmount =
SUM ( table[Amount] )
then put the name field and the teo measures to the visual.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
thanks for the reply, consider I have queried the left table from db, that is filtering by some slicer on the date, I need to create a dynamic group by table from main table which is filtering as well by slicer as shown in the right
Thanks for your time and consideration🙂
Hi @saeidspr
Because your name field is filtered by the slicer, so you just need to create two measures.
cnt =
COUNTA ( table[id] )
sumAmount =
SUM ( table[Amount] )
then put the name field and the teo measures to the visual.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @saeidspr
You can use measure, measure can change dynamically by the slicer. and you want to create group, what is the group like? Can you provide some sample data and the output you want so that can provide more suggestion for you.
Best Regards!
Yolo Zhu
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
38 | |
28 | |
26 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |