Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi Everyone,
It is hard for me to add a measure like below:
Any help is appreciable. Thank you in advance!
Regards,
Kelly
Solved! Go to Solution.
Hi @Anonymous,
Add the following measure:
Measure =
IF (
HASONEFILTER ( Table1[Group] ),
IF (
MAX ( Table1[Group] ) = "D",
5,
DIVIDE ( SUM ( Table1[Column1] ), SUM ( Table1[Column2] ) )
),
DIVIDE ( SUM ( Table1[Column1] ), SUM ( Table1[Column2] ) )
)Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous,
Have you tried the solution provided by @MFelix above? Does it work in your scenario? If it works, could you accept it as solution to close this thread?
If you still have any question on this issue, feel free to post here. ![]()
Regards
Hi @Anonymous,
Add the following measure:
Measure =
IF (
HASONEFILTER ( Table1[Group] ),
IF (
MAX ( Table1[Group] ) = "D",
5,
DIVIDE ( SUM ( Table1[Column1] ), SUM ( Table1[Column2] ) )
),
DIVIDE ( SUM ( Table1[Column1] ), SUM ( Table1[Column2] ) )
)Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsJoin us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 24 | |
| 18 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 42 | |
| 41 | |
| 38 | |
| 37 |