Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
May I know how to add another row to make the addition calculation.
If 0 + unlimited, the result show unlimited.
I'm not too sure what exactly is being asked but I will answer the best I can. You want to add a row to that table that returns unlimited if the value in column a is "0" and the value in column b is "unlimited"? If so, I would just make a measure and add that to the table. The measure would be something like
Measure Name = If(AND(Table['Column A'] = "0", Table['Column B'] = "Unlimited"),
"Unlimited",
"Else Value"
)This is assuming both fields are of type string
Here is the result that I want:
This pic I did with excel, I want it, especially the yellow part perform at Power BI
Did you try with the measure I suggested?
can you share sample output in table format?
Actually, I am making a report from old report system into Power BI.
The picture below are the old report system:
However, I have been asked to the Add Calculation between carry foward(bring forward) and SLa only.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 94 | |
| 70 | |
| 50 | |
| 40 | |
| 39 |