Forum Discussion
Group by via table visualization...
- 6 years ago
Hi Anonymous ,
You could reference the blog: Find Out How To Quickly Create Virtual Groups In Power BI to try the feature of Group.
If you need to implement it by calculation, you could take a look at the functions of SUMMARIZE and GROUPBY firstly.
https://www.sqlbi.com/articles/all-the-secrets-of-summarize/
GROUPBY – aggregations in data model using DAX (DAX – Power Pivot, Power BI)
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
You could reference the blog: Find Out How To Quickly Create Virtual Groups In Power BI to try the feature of Group.
If you need to implement it by calculation, you could take a look at the functions of SUMMARIZE and GROUPBY firstly.
https://www.sqlbi.com/articles/all-the-secrets-of-summarize/
GROUPBY – aggregations in data model using DAX (DAX – Power Pivot, Power BI)
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
I believe you are right! I did run into an issue where I get errors for a balance where I am thinking I need to look at summarize.
Also with the other suggestions about Group By and we also have slicers that the combination of the two is not possible. It seems like it might be since the slicer is modifing the where clause I think,
Anyway thanks everyone for the help!
-Tony