Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!