March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |