Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello Experts,
I am looking for a field that can be used to populate the total storage capacity purchased on an order.
On the below table, Capacity and capacity_type is as of now calculated using some left/right/mid functions within the TD query.
If any of you have any details on this, please let me know.
Thanks
AP
Solved! Go to Solution.
@Anupal Seems like maybe a column like:
Total capacity =
VAR __mult = IF([capacity_type]="TB",1000,1)
RETURN
[capacity] * __mult
@Anupal Seems like maybe a column like:
Total capacity =
VAR __mult = IF([capacity_type]="TB",1000,1)
RETURN
[capacity] * __mult
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |