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.
I created the following measure based on a metric actual (%) against a goal (%) to help identify text that would show me what arrow color I need for conditional formatting:
Hi @Nspiler ,
Please try the code below.
Icon =
CALCULATE(
IF(
SUM('ALL DATA'[Sum of met]) >= SUM('GOALS'[Sum of goal]),
"DownArrowRed",
"UpArrowGreen"
),
FILTER(
'ALL DATA',
'ALL DATA'[Date] IN VALUES('Calendar'[Date])
)
)
If this reply still not help you get the expected result, please provide some raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community.
How to upload PBI in Community
Thanks for your understanding. Your time and cooperation are much valued by us. We are looking forward to hearing from you to assist further.
Best regards,
Lucy Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Nspiler
It appears there are no relationships between the two tables on the month/date/period columns. Is there a dimension table that bridge the two tables? If there is, it could be the measures themselves, it could be something else. There's just not information to figure what's wrong. Please refer to this sticky post on how to get answers quickly https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Proud to be a Super User!
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 |
---|---|
142 | |
76 | |
63 | |
51 | |
47 |
User | Count |
---|---|
211 | |
82 | |
61 | |
61 | |
60 |