Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Good day Guys im new to POWERBI, I'm having trouble in this problem
I have sample data here
as you can see guys i have goal and the policy which is the production what i want to achieve is I want to subract the MONTHLY GOAL to count of POLICY per month which is like this, and also want to show if the policy already reach each goal it would be GREEN, then if not RED. Is it possible to subtract MONTHLY GOAL to count of POLICY per month? Im stuck on this problem can someone help , Thanks in Advance!
By the way I only show the output for the month of January for sample. Thanks
Solved! Go to Solution.
@RanHo Maybe:
Monthly Goal Measure = MAX('Table'[MONTHLY GOAL])
Policy Count = COUNTROWS('Table')
Differences = [Monthly Goal Measure] - [Policy Count]
Assumes filtering by MONTH or having MONTH in your visual.
@RanHo Maybe:
Monthly Goal Measure = MAX('Table'[MONTHLY GOAL])
Policy Count = COUNTROWS('Table')
Differences = [Monthly Goal Measure] - [Policy Count]
Assumes filtering by MONTH or having MONTH in your visual.
@Greg_Deckler Thanks a lot it work Sir, can I ask another question 'bout color conditional formatting if POLICY COUNT reach its MONTHLY GOAL the font need to be GREEN otherwise RED. Do I need to create a new measure? Thanks
@RanHo I think you could use the Difference measure to do that, basically if <= 0 green, otherwise red?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
67 | |
61 | |
52 | |
36 | |
36 |
User | Count |
---|---|
84 | |
74 | |
56 | |
45 | |
44 |