Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
53 | |
39 | |
36 |
User | Count |
---|---|
100 | |
85 | |
47 | |
46 | |
44 |