Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team,
I have same multiple invoice id with different invoice amount.I want sum those invoice amount against one invoice.
Solved! Go to Solution.
Hi @preetha_127,
You can create a calculated column and measure like below:
Best Regards,
Qiuyun Yu
Hi team,
I have multiple report,also i have summary of all the report.If i click one report in summary page ,it will navigate particular report.Help me..
Thanks & Regards,
Preetha
@preetha_127 , Same solution as @v-qiuyu-msft , But in case you can have more than 3 digit
Try like
New Column =
var _len = search("(",[invoice] ,,0)
return
if(_len =0 ,[Invoice],left([Invoice],_len-1)
Hi @preetha_127,
You can create a calculated column and measure like below:
Best Regards,
Qiuyun Yu
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 97 | |
| 83 | |
| 35 | |
| 29 | |
| 25 |