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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello experts,
is it possible to delete the subrows data? I dont need it twice.
The data which I want to delete, I marked it with a red rectangle.
It is possible to do that in Power BI?
Thanks in advance for your Help
--
azaterol
Solved! Go to Solution.
Hi @azaterol ,
You could create a calculated column as a mark to these subrows and use this mark to filter these data.
mark = if(condition,"sub","not sub")
In the dax formula, you could add a condition to the formula like:
measure = calculate(sum(value),filter(table,mark="sub"))
If I misunderstood your meaning, please show some sample data and expected result to us.
Best Regards,
Jay
Hi @azaterol ,
You could create a calculated column as a mark to these subrows and use this mark to filter these data.
mark = if(condition,"sub","not sub")
In the dax formula, you could add a condition to the formula like:
measure = calculate(sum(value),filter(table,mark="sub"))
If I misunderstood your meaning, please show some sample data and expected result to us.
Best Regards,
Jay
solo con filtrar la columna de rectangulos sin tomarlos a ellos ya los eliminas,
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!