Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Solved! Go to Solution.
You need to create a measure in the desktop. We can't model it in the service.
You need to create a measure in the desktop. We can't model it in the service.
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
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |