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 All,
I need to count the number of SSD from the cell below:
FriendlyName : Msft Virtual Disk
SerialNumber :
MediaType : SSD
Size : 8589934592
FriendlyName : ST3320418AS
SerialNumber : 9VMY84KE
MediaType : HDD
Size : 320072933376
FriendlyName : KINGSTON SA400S37120G
SerialNumber : 50026B77760184FC
MediaType : SSD
Size : 120034123776
I created one new column with this line :
COUNT SSD = CALCULATE(
COUNTROWS(HD_Info);
SEARCH("SSD";HD_Info[MACHINE_CUSTOM_INVENTORY_0_19239];;0))
But it´s not working 100% correct , the result showed is 1 , not the correct "2" , do you know how can I fix this count to have the correct result ?
Solved! Go to Solution.
Dá uma olhada no arquivo: Download PBIX na aba 2.
Eu inclui outras linhas, com tamanhos diferentes pra testar.
Hi @LESPINOLA ,
Try this code for a measure:
Hi Camargos88,
I tried here this measure, but without sucess.
Let me show you one example that I need ! I need create two column , one to count the SDD and other to count HDD like the example below:
TEXT COLUMN | COUNT SSD | COUNT HDD |
<br/>MediaType : SSD<br/><br/>MediaType : HDD<br/><br/>MediaType : HDD<br/> | 1 | 2 |
<br/>MediaType : SSD<br/><br/>MediaType : SSD<br/><br/>MediaType : SSD<br/> | 3 | 0 |
<br/>MediaType : HDD<br/><br/>MediaType : HDD<br/><br/>MediaType : HDD<br/> | 0 | 3 |
<br/>MediaType : SSD<br/><br/>MediaType : SSD<br/><br/>MediaType : SSD<br/> | 3 | 0 |
<br/>MediaType : HDD<br/><br/>MediaType : SSD<br/><br/>MediaType : SSD<br/> | 2 | 1 |
Thanks
Dá uma olhada no arquivo: Download PBIX na aba 2.
Eu inclui outras linhas, com tamanhos diferentes pra testar.
Hi @LESPINOLA ,
Check the uploaded file, I did some work on the column to transform it on columns, so you can easily filter it.
Also it`s important to know exactly if the column has break lines or another special characters, so we can transform it.
Hi @camargos88 ,
Unfortunately the lines have no defined patterns and sizes to be able to divide the columns.
I have to identify the SSD word inside the text and count how many times it appears.
Thanks
Vou dar uma olhada nas linhas que mandou. Se as linhas tem <br/><br/> já é um padrão para a quebra.
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 |
---|---|
27 | |
26 | |
25 | |
13 | |
10 |
User | Count |
---|---|
24 | |
21 | |
19 | |
17 | |
10 |