cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
ovonel
Post Prodigy
Post Prodigy

How to combine measures with table grouped in bins?

I have the below table:

ovonel_0-1633349796744.png

(Columns Revenue 1, 2,3 are just different groups… the revenue shall appear in only one of them…  either 1,2 or 3… and then repeated in ‘Revenue’ column).

 

 

 

I want to create a stacked bar chart… (like below)

 

Where in the Y axis, I shall have custom bins (ie 0-100, 101-200 and 201-100000). And in the x axis a stacked with a count on distinct clients.

ovonel_1-1633349827755.png

 

 

 

 

What I have so far is 3 measures (see below)  to achieve the distinct count on the clients, but I am unable to produce the bins and display it in the y axis as above, how can I achieve it??

 

CALCULATE(DISTINCTCOUNT('Fact'[Key_Customer]), FILTER('Fact','Fact'[Revenue1]>0))

CALCULATE(DISTINCTCOUNT('Fact'[Key_Customer]), FILTER('Fact','Fact'[Revenue2]>0))

CALCULATE(DISTINCTCOUNT('Fact'[Key_Customer]), FILTER('Fact','Fact'[Revenue3]>0))

 

 

1 REPLY 1
lbendlin
Super User
Super User

Hopefully your source data comes in a better format. Please provide sanitized sample data that fully covers your issue. Paste the data into a table in your post or use one of the file services. 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors