Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a measure called 'ALERT':
Solved! Go to Solution.
Hi,
According to your description, I can roughly understand your requirement, you want to get the sum of the [Alert] to display it in a bar chart, right? I think you can try my steps:
This is my test data:
You can create a calculated column
Alert =
IF([Group1]>=[Group2],0,1)
Then you can create a measure:
Measure =
SUM('Table'[Alert])
And you can go to create a bar chart to place it like this to get what you want.
You can download my test pbix file below
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
According to your description, I can roughly understand your requirement, you want to get the sum of the [Alert] to display it in a bar chart, right? I think you can try my steps:
This is my test data:
You can create a calculated column
Alert =
IF([Group1]>=[Group2],0,1)
Then you can create a measure:
Measure =
SUM('Table'[Alert])
And you can go to create a bar chart to place it like this to get what you want.
You can download my test pbix file below
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
6 |