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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |