Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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?
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
87 | |
86 | |
67 | |
49 |
User | Count |
---|---|
134 | |
113 | |
100 | |
68 | |
67 |