Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |