March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
Can anyon help me on this one so the respected columns will only be populated by the appropriate values.
Thanks...tksnota...
Solved! Go to Solution.
Hi @tksnota ,
I think you can try code as below to create calculated columns. If [reknr] is data like 40010, you can set the data format as whole number.
reknr_crd (DAX) = IF('Table'[reknr] = 40010 || 'Table'[reknr] in GENERATESERIES(70000,79999,1),'Table'[bdr_hfl],0)
reknr_drd (DAX) = IF('Table'[reknr] in GENERATESERIES(80000,89999,1),'Table'[bdr_hfl],0)
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @tksnota ,
I think you can try code as below to create calculated columns. If [reknr] is data like 40010, you can set the data format as whole number.
reknr_crd (DAX) = IF('Table'[reknr] = 40010 || 'Table'[reknr] in GENERATESERIES(70000,79999,1),'Table'[bdr_hfl],0)
reknr_drd (DAX) = IF('Table'[reknr] in GENERATESERIES(80000,89999,1),'Table'[bdr_hfl],0)
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @tksnota
Can you pls provide a sampl data with editable form not int the image. So, we'll help you to solve your problem.
Thanks
could you pls provide the sample data (not the screenshot) and the expected output?
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
80 | |
61 | |
54 | |
40 |
User | Count |
---|---|
191 | |
103 | |
87 | |
60 | |
49 |