Forum Discussion
nataliesmiy1357
4 years agoHelper IV
Pie Chart not filtering
Good afternoon! I am working on a dataflow and I'm not sure why this won't work.... I have two tables: Company and EventType. Company contains: CompanyName and Event Type contains: EventTypeName, P...
Anonymous
4 years agoNot applicable
I would avoid using the page or visual based filters if at all possible, and instead focus on building a data model, connecting DIMs to FACTs and/or transforming your dataset and also writing DAX measures can render the data visual you need with slicers.
nataliesmiy1357
4 years agoHelper IV
How would I go about creating Measures to render the data visual I need? Since I am using a dataflow, there are limited things I can do. Thanks in advance!