- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

clustered column chart include and exclude
hi dears
i want to create clustered column chart
i have the below data
i need to insert two columns chart to compare between car type (
in the first column i need to insert all cars and exclude Nissan
in the second column i need to insert Nissan and exclude the rest of the cars
how do i do that? ( i dont want to insert filter )
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thank you for your prompt reply! @3CloudThomas
Hi @anglefbi11
You'll need to create two DAX measures to calculate the values for each of your columns. The first measure will sum up the values for all cars except Nissan, and the second measure will sum up the values for Nissan only.
All Cars Except Nissan = CALCULATE(SUM('Table'[value]), 'Table'[Cars] <> "nissan")
Nissan only = CALCULATE(SUM('Table'[value]), 'Table'[Cars] = "nissan")
Result:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thank you for your prompt reply! @3CloudThomas
Hi @anglefbi11
You'll need to create two DAX measures to calculate the values for each of your columns. The first measure will sum up the values for all cars except Nissan, and the second measure will sum up the values for Nissan only.
All Cars Except Nissan = CALCULATE(SUM('Table'[value]), 'Table'[Cars] <> "nissan")
Nissan only = CALCULATE(SUM('Table'[value]), 'Table'[Cars] = "nissan")
Result:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

godbless you brother . it work 100 % thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

each visual on a page can have its own filter. See in the Filter pane to Filter on Visual
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

hi thank you for your reply
it wont work
because if you could see i have only one column for data.
i need to inseret two clustered column column in the same visual
so when i use the visual filter it will not work as i expect

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
06-25-2024 09:38 AM | |||
07-02-2024 01:58 PM | |||
07-30-2024 12:17 PM | |||
09-17-2024 08:14 PM | |||
06-14-2023 05:31 AM |
User | Count |
---|---|
89 | |
78 | |
59 | |
47 | |
40 |
User | Count |
---|---|
118 | |
82 | |
81 | |
58 | |
39 |