Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
fabiomanniti
Helper III
Helper III

How to plot twice a data on the same visual, both with and without filter

Hello, I have a Histogram where I'm plotting the counting of a Id vs "creation_date".

This Id can also have a state: active, inactive, removed.

I would like to plot on the same histogram the counting of all ids, the counting of active ids and inactive ids.

 

Probably I should create a DAX formula but my question is: is it possible to make it from Power Bi service, so without any use of DAX?

Thank you

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

You need to create a measure in the desktop. We can't model it in the service.

View solution in original post

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

You need to create a measure in the desktop. We can't model it in the service.

mattww
Responsive Resident
Responsive Resident

You're probably right that DAX would be the preferable solution for this

 

If you need to do it without DAX, maybe creating artificial rows in your data to count the All or unfiltered results might work. Simple example below

 

histogram.PNGtable.PNG

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.